summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-06-14 09:01:39 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-06-14 09:01:39 +0000
commit6a9db59242d7810d734cde4df1931c6b673386d7 (patch)
tree21946bcdeca58c19220fbfeb67a2d042e1f33224
parent10c57a04a39da3ca5bd22247167ee61bc5f4c35e (diff)
downloadpcre-6a9db59242d7810d734cde4df1931c6b673386d7.tar.gz
Warning suppression no longer needed.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1654 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rwxr-xr-xmaint/ManyConfigTests1
1 files changed, 0 insertions, 1 deletions
diff --git a/maint/ManyConfigTests b/maint/ManyConfigTests
index 681573e..48bc7e5 100755
--- a/maint/ManyConfigTests
+++ b/maint/ManyConfigTests
@@ -50,7 +50,6 @@ if [ $? -eq 0 ] && grep GCC zzz >/dev/null; then
CFLAGS="$CFLAGS -Wuninitialized"
CFLAGS="$CFLAGS -Wmissing-prototypes"
CFLAGS="$CFLAGS -Wstrict-prototypes"
- CFLAGS="$CFLAGS -Wno-tautological-compare"
fi