diff options
author | Ted Gould <ted@gould.cx> | 2013-12-19 08:50:11 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-12-19 08:50:11 -0600 |
commit | 77d4d122a11afca9bc307d3a8d465bc7cfc0fe1f (patch) | |
tree | 2cec2a22050509303f870fa4608ba9239fe6f70c /src/Makefile.am | |
parent | e3f4d1d2cbc1931fbed710b124da7b4fc10f779d (diff) | |
parent | ba3a0149783fa8f247126cdd4336fb18a8dfc9b3 (diff) | |
download | ayatana-ido-77d4d122a11afca9bc307d3a8d465bc7cfc0fe1f.tar.gz ayatana-ido-77d4d122a11afca9bc307d3a8d465bc7cfc0fe1f.tar.bz2 ayatana-ido-77d4d122a11afca9bc307d3a8d465bc7cfc0fe1f.zip |
No error for deprecations
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
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) |