Fix build with gcc 4.6.3

This commit is contained in:
mayeut 2015-09-12 05:50:57 +02:00
parent b97aadcf3e
commit cc2ae75450
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ set( CACHE_CONTENTS "
CMAKE_BUILD_TYPE:STRING=${CTEST_BUILD_CONFIGURATION}
# Warning level
CMAKE_C_FLAGS:STRING= -Wall -Wextra -Wconversion -Wpedantic -Wno-unused-parameter -Wdeclaration-after-statement
CMAKE_C_FLAGS:STRING= -Wall -Wextra -Wconversion -Wno-unused-parameter -Wdeclaration-after-statement
# Use to activate the test suite
BUILD_TESTING:BOOL=TRUE