1
0
mirror of https://github.com/DaveGamble/cJSON.git synced 2023-08-10 21:13:26 +03:00

Add -Wparentheses compile option

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

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