diff options
author | Max Kellermann <max@duempel.org> | 2011-02-23 09:01:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-02-23 09:01:53 +0100 |
commit | 8cd91fabf958306039645b2276e463eee14d9ea3 (patch) | |
tree | 0eca6b87dc89e44c11fb640383fc356280672c89 | |
parent | e0580ee3853e3f3012fdf0c31e0fbc554e39c105 (diff) | |
download | mpd-8cd91fabf958306039645b2276e463eee14d9ea3.tar.gz mpd-8cd91fabf958306039645b2276e463eee14d9ea3.tar.xz mpd-8cd91fabf958306039645b2276e463eee14d9ea3.zip |
configure.ac: disable -Wno-deprecated-declarations
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index afe89fd04..89b5ce321 100644 --- a/configure.ac +++ b/configure.ac @@ -1490,7 +1490,6 @@ if test x$GCC = xyes then MPD_CHECK_FLAG([-Wall]) MPD_CHECK_FLAG([-Wextra]) - MPD_CHECK_FLAG([-Wno-deprecated-declarations]) MPD_CHECK_FLAG([-Wmissing-prototypes]) MPD_CHECK_FLAG([-Wshadow]) MPD_CHECK_FLAG([-Wpointer-arith]) |