瀏覽代碼

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()