summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2010-10-25 11:16:37 +0100
committerPádraig Brady <P@draigBrady.com>2010-11-16 00:05:41 +0000
commitf9cfda6ad21b3d89296158d71accc61c46bfd29f (patch)
treed8582750b1a1c3b7ec2c68d7e4975dbb1dc6c3a8
parentb19733bb42e1897afd93f40aeca83e76013f7075 (diff)
downloadcoreutils-f9cfda6ad21b3d89296158d71accc61c46bfd29f.tar.xz
build: enable the -Wpointer-sign gcc warning
... when configured with the --enable-gcc-warnings option. This follows on from commit 34ef0a01, 2010-10-14, "sort: fix unportable cast of unsigned char * -> char *" * configure.ac: -Wall implicitly enables this warning so remove the explicit disabling.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4ac30e8a1..71018478f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,7 +98,6 @@ if test "$gl_gcc_warnings" = yes; then
done
gl_WARN_ADD([-Wno-missing-field-initializers]) # We need this one
gl_WARN_ADD([-Wno-sign-compare]) # Too many warnings for now
- gl_WARN_ADD([-Wno-pointer-sign]) # Too many warnings for now
gl_WARN_ADD([-Wno-unused-parameter]) # Too many warnings for now
# In spite of excluding -Wlogical-op above, it is enabled, as of