Add -Wcomma compiler flag

This commit is contained in:
Max Bruckner
2017-03-01 08:36:34 +01:00
parent 899529e866
commit b056d7cb74
5 changed files with 14 additions and 13 deletions

View File

@ -40,6 +40,7 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS)
-Wconversion
-Wc++-compat
-fstack-protector-strong
-Wcomma
)
endif()