diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2013-08-22 14:44:10 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2013-08-22 14:44:10 +0200 |
commit | 1c82820ca226f636afb7c6ebd4550e5f1a425195 (patch) | |
tree | 90a94f148b8336bf7194c874fe9b000a9a1b49ff /test | |
parent | 3044d4711cf54184bb1ecfdb9d8db5243de9bc58 (diff) | |
download | ayatana-indicator-messages-1c82820ca226f636afb7c6ebd4550e5f1a425195.tar.gz ayatana-indicator-messages-1c82820ca226f636afb7c6ebd4550e5f1a425195.tar.bz2 ayatana-indicator-messages-1c82820ca226f636afb7c6ebd4550e5f1a425195.zip |
don't error out on deprecated declarations
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index c39aea4..fd61653 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -58,7 +58,7 @@ libindicator_messages_service_la_CFLAGS = \ -Wl,-Bsymbolic-functions \ -Wl,-z,defs \ -Wl,--as-needed \ - -Werror \ + -Werror -Wno-error=deprecated-declarations \ -DG_LOG_DOMAIN=\"Indicator-Messages\" libindicator_messages_service_la_LIBADD = \ |