From 76e4307c2f57df359651dab61184fd521ffb1fbf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Nov 2020 17:58:01 +0100 Subject: Fix unused parameter warnings --- src/PatchagePort.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/PatchagePort.hpp') 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 #include -- cgit v1.2.1