1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04: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>
#endif
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include "fe-gtk.h"
#include "../common/hexchat.h"