From 7a39d6c7cf2e5ee5ffd22d4e3edd267c3dd56ea1 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Sat, 10 Oct 2020 17:15:45 +0200 Subject: [PATCH] Eliminate more warnings from Steinberg VST --- vst/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vst/CMakeLists.txt b/vst/CMakeLists.txt index cddf56b2..ecbbab4a 100644 --- a/vst/CMakeLists.txt +++ b/vst/CMakeLists.txt @@ -108,7 +108,8 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang") "-Wno-unknown-pragmas" "-Wno-unused-function" "-Wno-unused-parameter" - "-Wno-unused-variable") + "-Wno-unused-variable" + "-Wno-format") endif() # To help debugging the link only @@ -292,7 +293,8 @@ elseif(SFIZZ_AU) "-Wno-unknown-pragmas" "-Wno-unused-function" "-Wno-unused-parameter" - "-Wno-unused-variable") + "-Wno-unused-variable" + "-Wno-format") endif() # Installation