mirror of
https://github.com/nlohmann/json.git
synced 2026-05-21 05:35:23 +00:00
fixed some small issues
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# used programs
|
||||
RE2C = re2c
|
||||
SED = gsed
|
||||
SED = sed
|
||||
|
||||
# additional flags
|
||||
FLAGS = -Wall -Wextra -pedantic -Weffc++ -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wswitch -Wundef -Wno-unused -Wnon-virtual-dtor -Wreorder -Wdeprecated -Wfloat-equal
|
||||
|
||||
Reference in New Issue
Block a user