Przeglądaj źródła

Add -Wparentheses compile option

Max Bruckner 8 lat temu
rodzic
commit
5cf56fa4fa
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

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