Add warning -Wunused-macro

This commit is contained in:
Max Bruckner
2017-05-10 01:17:36 +02:00
parent d3bc571a38
commit 38b2f40a9a
2 changed files with 1 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS)
-Wdouble-promotion
-Wparentheses
-Wformat-overflow
-Wunused-macros
)
endif()