diff options
author | James Booth <boothj5@gmail.com> | 2014-02-12 20:52:27 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-02-12 20:52:27 +0000 |
commit | 4cb302abda9e011e5f53db5767009f070d8f8378 (patch) | |
tree | 520d5c846b7c0948dd11a1f20f068ebcb49a8f73 | |
parent | 25131e3f36451e08f40ccd4c5598a197477b754d (diff) | |
download | profani-tty-4cb302abda9e011e5f53db5767009f070d8f8378.tar.gz |
Ignore deprecated warnings
To enable native (non brew) compile on Max OS X
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 65560ac9..efe4fcc3 100644 --- a/configure.ac +++ b/configure.ac @@ -176,7 +176,7 @@ AC_CHECK_HEADERS([ncursesw/ncurses.h], [], []) AC_CHECK_HEADERS([ncurses.h], [], []) ### Default parameters -AM_CFLAGS="-Wall" +AM_CFLAGS="-Wall -Wno-deprecated-declarations" AS_IF([test "x$PACKAGE_STATUS" = xdevelopment], [AM_CFLAGS="$AM_CFLAGS -Wunused -Werror"]) AM_CPPFLAGS="$AM_CPPFLAGS $glib_CFLAGS $curl_CFLAGS $libnotify_CFLAGS" |