mirror of https://github.com/DaveGamble/cJSON
Add warning -Wused-but-marked-unused
This commit is contained in:
parent
7f8ee7084a
commit
7aa668ee7a
|
@ -44,6 +44,7 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS)
|
|||
-Wformat-overflow
|
||||
-Wunused-macros
|
||||
-Wmissing-variable-declarations
|
||||
-Wused-but-marked-unused
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue