aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 219f74f..c800bd1 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -4,6 +4,7 @@ COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
CFLAGS+=-Wall -g -O0 -Werror
CFLAGS += -DPURPLE_PLUGINS
+CFLAGS += -DGLIB_DISABLE_DEPRECATION_WARNINGS
# generate .d files when compiling
CPPFLAGS += -MMD