diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-03-21 21:08:00 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-04-07 21:27:37 +0200 |
commit | 48b0d27aaba8652d104f73d866f281f920b8a624 (patch) | |
tree | b5380b900e73001be08926cc4ebcd8f1204221aa | |
parent | 2bb9e6203dc329f69a7180431d1b61f4e9529afa (diff) |
configure: sign-compare is part of extra
Remove sign-compare as we already get it from extra
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 904ac15ceb..960b15d2cb 100644 --- a/configure.ac +++ b/configure.ac @@ -164,7 +164,6 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ -Wundef \ "-Wformat=2 -Wformat-security -Wformat-nonliteral" \ -Wlogical-op \ - -Wsign-compare \ -Wmissing-include-dirs \ -Wold-style-definition \ -Wpointer-arith \ |