diff options
author | RichardHitt <rbh00@netcom.com> | 2013-04-24 12:27:53 -0700 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2013-04-24 12:27:53 -0700 |
commit | fc659a67f06b2beae79603c89ca83c6314dfda63 (patch) | |
tree | 3fa4310cd6eed9f1dd8f59934df145a7fa9b440d /src/fe-gtk | |
parent | de0b0b9467fd4aff914a38681f8e2a8010e4a198 (diff) | |
parent | eef74ed2635ec08fdc08f07e1feba69dac09d6c9 (diff) |
Merge pull request #561 from RichardHitt/no-depr-decl
Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warnings
Diffstat (limited to 'src/fe-gtk')
-rw-r--r-- | src/fe-gtk/fkeys.c | 1 |
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" |