diff options
author | RichardHitt <rbh00@netcom.com> | 2013-04-23 12:46:32 -0700 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2013-04-23 12:46:32 -0700 |
commit | eef74ed2635ec08fdc08f07e1feba69dac09d6c9 (patch) | |
tree | 08c8ffc39c643fd575c9f0eefffb2a71db4a54c5 /src/fe-gtk/fkeys.c | |
parent | 5318c953ed446c5844903f6a3de5efad18c6509e (diff) |
Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warnings
Diffstat (limited to 'src/fe-gtk/fkeys.c')
-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" |