diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-08 13:51:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-08 13:51:23 +0000 |
commit | adc11e184583dd90a91bc1a5fcc0ce0b142b557c (patch) | |
tree | 1a7f7c98e1917885e93698ec6cf8d18a6b6b0b17 /configure | |
parent | d05d0fa8e515784beb76ceade788ce23a0571747 (diff) | |
download | s6-portable-utils-adc11e184583dd90a91bc1a5fcc0ce0b142b557c.tar.xz |
Remove CPPFLAGS_AUTO options that disable compiler warnings
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -276,13 +276,6 @@ tryflag CPPFLAGS_AUTO -Werror=implicit-function-declaration tryflag CPPFLAGS_AUTO -Werror=implicit-int tryflag CPPFLAGS_AUTO -Werror=pointer-sign tryflag CPPFLAGS_AUTO -Werror=pointer-arith -tryflag CPPFLAGS_AUTO -Wno-parentheses -tryflag CPPFLAGS_AUTO -Wno-uninitialized -tryflag CPPFLAGS_AUTO -Wno-missing-braces -tryflag CPPFLAGS_AUTO -Wno-unused-value -tryflag CPPFLAGS_AUTO -Wno-unused-but-set-variable -tryflag CPPFLAGS_AUTO -Wno-unknown-pragmas -tryflag CPPFLAGS_AUTO -Wno-pointer-to-int-cast if $evenmorestatic ; then LDFLAGS_NOSHARED=-static |