diff options
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r-- | src/PatchagePort.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index f351bae..5bbcd13 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -23,9 +23,12 @@ #include "PatchageCanvas.hpp" #include "PatchageModule.hpp" #include "PortID.hpp" +#include "warnings.hpp" +PATCHAGE_DISABLE_GANV_WARNINGS #include "ganv/Module.hpp" #include "ganv/Port.hpp" +PATCHAGE_RESTORE_WARNINGS #include <gtkmm/menu.h> #include <gtkmm/menushell.h> |