1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-11 03:45:08 -05:00

Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warnings

This commit is contained in:
RichardHitt 2013-04-23 12:46:32 -07:00
parent 5318c953ed
commit eef74ed263

View File

@ -30,6 +30,7 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include "fe-gtk.h" #include "fe-gtk.h"
#include "../common/hexchat.h" #include "../common/hexchat.h"