diff options
author | Ted Gould <ted@gould.cx> | 2012-01-26 13:36:57 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-26 13:36:57 -0600 |
commit | 4eae3efbe5c3aa84035b2ade9ceedd68b7b3e895 (patch) | |
tree | 12e30622f365a6901573a2a79c475f1f28ab5d99 /libdbusmenu-glib | |
parent | d0065933d25307a95644e3ab984de0f4f848d6ad (diff) | |
download | libdbusmenu-4eae3efbe5c3aa84035b2ade9ceedd68b7b3e895.tar.gz libdbusmenu-4eae3efbe5c3aa84035b2ade9ceedd68b7b3e895.tar.bz2 libdbusmenu-4eae3efbe5c3aa84035b2ade9ceedd68b7b3e895.zip |
Move the no-error on deprications into the Makefiles so it's always after the -Wall
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libdbusmenu-glib/Makefile.am b/libdbusmenu-glib/Makefile.am index 591bf30..83b2e7b 100644 --- a/libdbusmenu-glib/Makefile.am +++ b/libdbusmenu-glib/Makefile.am @@ -62,7 +62,9 @@ libdbusmenu_glib_la_LDFLAGS = \ -export-symbols-regex "^[^_].*" libdbusmenu_glib_la_CFLAGS = \ - $(DBUSMENUGLIB_CFLAGS) -Wall -Werror -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN="\"LIBDBUSMENU-GLIB\"" + $(DBUSMENUGLIB_CFLAGS) \ + -Wall -Werror -Wno-error=deprecated-declarations \ + -DG_LOG_DOMAIN="\"LIBDBUSMENU-GLIB\"" libdbusmenu_glib_la_LIBADD = \ $(DBUSMENUGLIB_LIBS) |