aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-12-19 08:50:11 -0600
committerTed Gould <ted@gould.cx>2013-12-19 08:50:11 -0600
commit77d4d122a11afca9bc307d3a8d465bc7cfc0fe1f (patch)
tree2cec2a22050509303f870fa4608ba9239fe6f70c
parente3f4d1d2cbc1931fbed710b124da7b4fc10f779d (diff)
parentba3a0149783fa8f247126cdd4336fb18a8dfc9b3 (diff)
downloadayatana-ido-77d4d122a11afca9bc307d3a8d465bc7cfc0fe1f.tar.gz
ayatana-ido-77d4d122a11afca9bc307d3a8d465bc7cfc0fe1f.tar.bz2
ayatana-ido-77d4d122a11afca9bc307d3a8d465bc7cfc0fe1f.zip
No error for deprecations
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a545094..4e6241d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -65,7 +65,8 @@ AM_CPPFLAGS = \
$(GCC_FLAGS) \
$(GTK_CFLAGS) \
$(MAINTAINER_CFLAGS) \
- -Wall -Werror -Wextra -Wno-unused-parameter
+ -Wall -Werror -Wextra -Wno-unused-parameter \
+ -Wno-error=deprecated-declarations
AM_CFLAGS = \
$(COVERAGE_CFLAGS)