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_gtk2.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/x11_in_gtk2.c') diff --git a/src/x11_in_gtk2.c b/src/x11_in_gtk2.c index 4553132..80eef1a 100644 --- a/src/x11_in_gtk2.c +++ b/src/x11_in_gtk2.c @@ -15,6 +15,7 @@ */ #include "suil_internal.h" +#include "warnings.h" #include "lv2/core/lv2.h" #include "lv2/options/options.h" @@ -26,12 +27,15 @@ #include #include #include + +SUIL_DISABLE_GTK_WARNINGS #include #include #include #include #include #include +SUIL_RESTORE_WARNINGS #include #include -- cgit v1.2.1