Browse Source

Add -Wparentheses compile option

pull/122/head
Max Bruckner 8 years ago
parent
commit
5cf56fa4fa
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

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

Loading…
Cancel
Save