diff --git a/plugins/vst/cmake/Vst3.cmake b/plugins/vst/cmake/Vst3.cmake index 9b160438..644ce82b 100644 --- a/plugins/vst/cmake/Vst3.cmake +++ b/plugins/vst/cmake/Vst3.cmake @@ -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"