Skip to content

Commit

Permalink
Turn off wextra for steinberg code on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 8, 2023
1 parent 9573266 commit f66ff8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/wrapasvst3.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@
*/

#include "clap_proxy.h"

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wextra"
#include <pluginterfaces/vst/ivstmidicontrollers.h>
#include <pluginterfaces/vst/ivstnoteexpression.h>
#include <public.sdk/source/vst/vstsinglecomponenteffect.h>
#include <public.sdk/source/vst/vstnoteexpressiontypes.h>
#pragma GCC diagnostic pop

#include "detail/vst3/plugview.h"
#include "detail/os/osutil.h"
#include "detail/clap/automation.h"
Expand Down

0 comments on commit f66ff8d

Please sign in to comment.