aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-12-18 15:59:07 -0600
committerTed Gould <ted@gould.cx>2013-12-18 15:59:07 -0600
commitba3a0149783fa8f247126cdd4336fb18a8dfc9b3 (patch)
tree2cec2a22050509303f870fa4608ba9239fe6f70c /src
parente3f4d1d2cbc1931fbed710b124da7b4fc10f779d (diff)
downloadayatana-ido-ba3a0149783fa8f247126cdd4336fb18a8dfc9b3.tar.gz
ayatana-ido-ba3a0149783fa8f247126cdd4336fb18a8dfc9b3.tar.bz2
ayatana-ido-ba3a0149783fa8f247126cdd4336fb18a8dfc9b3.zip
No error for deprecations
Diffstat (limited to 'src')
-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)