summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRichardHitt <rbh00@netcom.com>2013-04-24 12:27:53 -0700
committerRichardHitt <rbh00@netcom.com>2013-04-24 12:27:53 -0700
commitfc659a67f06b2beae79603c89ca83c6314dfda63 (patch)
tree3fa4310cd6eed9f1dd8f59934df145a7fa9b440d
parentde0b0b9467fd4aff914a38681f8e2a8010e4a198 (diff)
parenteef74ed2635ec08fdc08f07e1feba69dac09d6c9 (diff)
Merge pull request #561 from RichardHitt/no-depr-decl
Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warnings
-rw-r--r--src/fe-gtk/fkeys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/fkeys.c b/src/fe-gtk/fkeys.c
index 6ff37fce..d1532e60 100644
--- a/src/fe-gtk/fkeys.c
+++ b/src/fe-gtk/fkeys.c
@@ -30,6 +30,7 @@
 #include <unistd.h>
 #endif
 
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
 #include "fe-gtk.h"
 
 #include "../common/hexchat.h"