summaryrefslogtreecommitdiffstats
path: root/src/PatchagePort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r--src/PatchagePort.hpp3
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>