aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Gilbert <dave@treblig.org>2019-12-28 18:39:26 +0000
committerGitHub <noreply@github.com>2019-12-28 18:39:26 +0000
commit9a54ab8cb803a873f0168ffd5825ed6885f0b5a2 (patch)
tree2189eab913cb9752f2327bd9a421da07bd51f379
parent4494ba22b479917f0b1f96a3019792d3d75bcff1 (diff)
parent662847bb8336159c0829e6ae82775a4ac474fcbd (diff)
downloadpurple-matrix-9a54ab8cb803a873f0168ffd5825ed6885f0b5a2.tar.gz
Merge pull request #103 from teleshoes/ignore_deprecated_warnings_for_gparameter
turn off deprecation warnings to workaround GParameter
-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