From a25ce7e9b8838c8e341c409aa85d44b55b448239 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 11 Jan 2021 05:40:31 +0100 Subject: Suppress Gtk and Qt header warnings in code --- src/x11_in_qt5.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/x11_in_qt5.cpp') diff --git a/src/x11_in_qt5.cpp b/src/x11_in_qt5.cpp index b8c3f18..ba7f036 100644 --- a/src/x11_in_qt5.cpp +++ b/src/x11_in_qt5.cpp @@ -16,11 +16,13 @@ */ #include "suil_internal.h" +#include "warnings.h" #include "lv2/core/lv2.h" #include "lv2/ui/ui.h" #include "suil/suil.h" +SUIL_DISABLE_QT_WARNINGS #include #include #include @@ -30,6 +32,7 @@ #include #include #include +SUIL_RESTORE_WARNINGS #include #include -- cgit v1.2.1