소스 검색

Add -Wparentheses compile option

Max Bruckner 8 년 전
부모
커밋
5cf56fa4fa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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()