summaryrefslogtreecommitdiffstats
path: root/src/x11_in_gtk3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11_in_gtk3.c')
-rw-r--r--src/x11_in_gtk3.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/x11_in_gtk3.c b/src/x11_in_gtk3.c
index 04927d8..c93f3dd 100644
--- a/src/x11_in_gtk3.c
+++ b/src/x11_in_gtk3.c
@@ -15,6 +15,7 @@
*/
#include "suil_internal.h"
+#include "warnings.h"
#include "lv2/core/lv2.h"
#include "lv2/options/options.h"
@@ -25,6 +26,8 @@
#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
+
+SUIL_DISABLE_GTK_WARNINGS
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#include <glib-object.h>
@@ -32,6 +35,7 @@
#include <gobject/gclosure.h>
#include <gtk/gtk.h>
#include <gtk/gtkx.h>
+SUIL_RESTORE_WARNINGS
#include <stdbool.h>
#include <stdint.h>