Add warning -Wmissing-variable-declarations

This commit is contained in:
Max Bruckner
2017-05-10 01:19:52 +02:00
parent 38b2f40a9a
commit 4e0c119391
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS)
-Wparentheses
-Wformat-overflow
-Wunused-macros
-Wmissing-variable-declarations
)
endif()