소스 검색

Add warning -Wused-but-marked-unused

Max Bruckner 8 년 전
부모
커밋
eb8c0baa3b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -44,6 +44,7 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS)
         -Wformat-overflow
         -Wunused-macros
         -Wmissing-variable-declarations
+        -Wused-but-marked-unused
         )
 endif()