Explorar o código

Add warning -Wused-but-marked-unused

Max Bruckner %!s(int64=8) %!d(string=hai) anos
pai
achega
7aa668ee7a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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()