1
0
mirror of https://github.com/DaveGamble/cJSON synced 2024-12-24 23:52:07 +00:00

Add -Wparentheses compile option

This commit is contained in:
Max Bruckner 2017-03-01 09:05:43 +01:00
parent 3f349a4258
commit 5cf56fa4fa

View File

@ -42,6 +42,7 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS)
-fstack-protector-strong
-Wcomma
-Wdouble-promotion
-Wparentheses
)
endif()