diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | src/Makefile.am | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 56bf005..100cc1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ido (13.10.0+14.04.20131127-0ubuntu2) trusty; urgency=medium + + * Build with -Wno-error=deprecated-declarations. + + -- Matthias Klose <doko@ubuntu.com> Wed, 18 Dec 2013 23:59:33 +0100 + ido (13.10.0+14.04.20131127-0ubuntu1) trusty; urgency=low [ Lars Uebernickel ] diff --git a/src/Makefile.am b/src/Makefile.am index 4e6241d..3a3ea31 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,8 +65,7 @@ AM_CPPFLAGS = \ $(GCC_FLAGS) \ $(GTK_CFLAGS) \ $(MAINTAINER_CFLAGS) \ - -Wall -Werror -Wextra -Wno-unused-parameter \ - -Wno-error=deprecated-declarations + -Wall -Werror -Wextra -Wno-unused-parameter -Wno-error=deprecated-declarations AM_CFLAGS = \ $(COVERAGE_CFLAGS) |