Eliminate more warnings from Steinberg VST
This commit is contained in:
parent
191a232327
commit
7a39d6c7cf
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue