aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliot Wolk <elliot.wolk@gmail.com>2019-10-31 11:58:43 -0400
committerElliot Wolk <elliot.wolk@gmail.com>2019-10-31 11:58:43 -0400
commit662847bb8336159c0829e6ae82775a4ac474fcbd (patch)
tree2189eab913cb9752f2327bd9a421da07bd51f379
parent4494ba22b479917f0b1f96a3019792d3d75bcff1 (diff)
downloadpurple-matrix-662847bb8336159c0829e6ae82775a4ac474fcbd.tar.gz
makefile: turn off deprecation warnings to workaround GParameter
https://developer.pidgin.im/ticket/17415 https://github.com/matrix-org/purple-matrix/issues/101
-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