Suppress some vst3sdk warnings raised from headers
This commit is contained in:
parent
5e063e2c1a
commit
54442fa86c
1 changed files with 3 additions and 1 deletions
|
|
@ -111,8 +111,10 @@ endfunction()
|
|||
|
||||
# --- Warning suppressions ---
|
||||
foreach(_target vst3sdk_vstgui vst3sdk)
|
||||
gw_target_warn("${_target}" PRIVATE
|
||||
gw_target_warn("${_target}" PUBLIC
|
||||
"-Wno-extra"
|
||||
"-Wno-class-memaccess")
|
||||
gw_target_warn("${_target}" PRIVATE
|
||||
"-Wno-multichar"
|
||||
"-Wno-reorder"
|
||||
"-Wno-class-memaccess"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue