aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2014-01-07 13:57:50 -0500
committerKen VanDine <ken.vandine@canonical.com>2014-01-07 13:57:50 -0500
commit3ebe5c103be9523756ad71abfd8b4fd50436e0e6 (patch)
tree29c3061056bf95011b6cb69ed77bf3daaea42de7 /src
parentb47540820e8f34be816fe3adc57996de6d9ba9bc (diff)
downloadayatana-ido-3ebe5c103be9523756ad71abfd8b4fd50436e0e6.tar.gz
ayatana-ido-3ebe5c103be9523756ad71abfd8b4fd50436e0e6.tar.bz2
ayatana-ido-3ebe5c103be9523756ad71abfd8b4fd50436e0e6.zip
Build with -Wno-error=deprecated-declarations.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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)