Forráskód Böngészése

Add -Wparentheses compile option

Max Bruckner 8 éve
szülő
commit
5cf56fa4fa
1 módosított fájl, 1 hozzáadás és 0 törlés
  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()