diff options
author | 2016-01-27 14:05:13 -0800 | |
---|---|---|
committer | 2016-01-28 11:18:19 -0800 | |
commit | 09732c3fa6ff98b8794670360b93142c94b37b41 (patch) | |
tree | 1e9d79f5e434d9aa7f1de212ab27b6028b95a9b6 | |
parent | 4a41f75c9d108bd9ea6bca6168565e7547b1d96c (diff) | |
download | paludis-09732c3fa6ff98b8794670360b93142c94b37b41.tar.gz paludis-09732c3fa6ff98b8794670360b93142c94b37b41.tar.xz |
build: remove unnecessary warning option
-Wunused-function is implied by -Wall. Remove the unnecessary option.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e3c6d55e7..6a7fea15c 100644 --- a/configure.ac +++ b/configure.ac @@ -345,7 +345,6 @@ if test "x${ac_cv_cxx_compiler_gnu}" = "xyes" ; then CHECK_CXXFLAG([-Winit-self]) CHECK_CXXFLAG([-Wunreachable-code]) CHECK_CXXFLAG([-Wunused]) - CHECK_CXXFLAG([-Wunused-function]) CHECK_CXXFLAG([-Wshadow]) CHECK_CXXFLAG([-Wwrite-strings]) CHECK_CXXFLAG([-Wsignature-shadow]) |