From 95d6c581f74e61dc2b8a57652c06ff72af4032fb Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Fri, 6 Mar 2020 17:50:32 +0100 Subject: [PATCH] Silence VST warning: unknown pragmas --- vst/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/vst/CMakeLists.txt b/vst/CMakeLists.txt index b9450c3b..c8b203cc 100644 --- a/vst/CMakeLists.txt +++ b/vst/CMakeLists.txt @@ -97,6 +97,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang") "-Wno-reorder" "-Wno-class-memaccess" "-Wno-ignored-qualifiers" + "-Wno-unknown-pragmas" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unused-variable")