Remove the warning suppression which broke OBS

The error was: -Wformat-security ignored without -Wformat
This commit is contained in:
Jean Pierre Cimalando 2020-10-15 19:38:07 +02:00
parent 078fcf5118
commit 72dfd54933

View file

@ -108,8 +108,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
"-Wno-unknown-pragmas"
"-Wno-unused-function"
"-Wno-unused-parameter"
"-Wno-unused-variable"
"-Wno-format")
"-Wno-unused-variable")
endif()
# To help debugging the link only
@ -293,8 +292,7 @@ elseif(SFIZZ_AU)
"-Wno-unknown-pragmas"
"-Wno-unused-function"
"-Wno-unused-parameter"
"-Wno-unused-variable"
"-Wno-format")
"-Wno-unused-variable")
endif()
# Installation