diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-12-19 15:35:18 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-12-19 15:35:18 +0000 |
commit | f6b60f14c68216d8db69b30da26f3f2bee6a7675 (patch) | |
tree | c3d5d376a16813eae6072484a49a855288da323d /libindicator | |
parent | a1318f04870c5a1a07d386e4a5b336b846d701d3 (diff) | |
parent | b2d4deb6ed08dfb32db88d93ff4bf841eb7751e0 (diff) | |
download | libayatana-indicator-f6b60f14c68216d8db69b30da26f3f2bee6a7675.tar.gz libayatana-indicator-f6b60f14c68216d8db69b30da26f3f2bee6a7675.tar.bz2 libayatana-indicator-f6b60f14c68216d8db69b30da26f3f2bee6a7675.zip |
Don't treat deprecation warnings as errors and fix indicator-ng test for gtk 3.10. Fixes: https://bugs.launchpad.net/bugs/1262626.
Approved by PS Jenkins bot, Ted Gould.
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/Makefile.am b/libindicator/Makefile.am index 7bd37ef..d85bf7a 100644 --- a/libindicator/Makefile.am +++ b/libindicator/Makefile.am @@ -65,7 +65,7 @@ libindicator_la_CFLAGS = \ $(LIBINDICATOR_CFLAGS) \ $(COVERAGE_CFLAGS) \ -DG_LOG_DOMAIN=\"libindicator\" \ - -Wall -Werror + -Wall -Werror -Wno-error=deprecated-declarations libindicator_la_LIBADD = \ $(LIBINDICATOR_LIBS) |