summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageCanvas.cpp')
-rw-r--r--src/PatchageCanvas.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp
index 0408ccd..214c158 100644
--- a/src/PatchageCanvas.cpp
+++ b/src/PatchageCanvas.cpp
@@ -21,6 +21,7 @@
#include "Patchage.hpp"
#include "PatchageModule.hpp"
#include "PatchagePort.hpp"
+#include "warnings.hpp"
#if defined(HAVE_JACK_DBUS)
# include "JackDbusDriver.hpp"
@@ -31,7 +32,9 @@
# include "AlsaDriver.hpp"
#endif
+PATCHAGE_DISABLE_GANV_WARNINGS
#include "ganv/Edge.hpp"
+PATCHAGE_RESTORE_WARNINGS
#include <boost/format.hpp>