tests/parse_hex4: Fix GCC 7 compiler warning (fixes #179)

This commit is contained in:
Max Bruckner
2017-06-04 21:24:28 +02:00
parent 82295f9e4f
commit bfbd8fe0d8
2 changed files with 3 additions and 2 deletions

View File

@ -41,6 +41,7 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS)
-Wcomma
-Wdouble-promotion
-Wparentheses
-Wformat-overflow
)
endif()