diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-08 13:53:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-08 13:53:53 +0000 |
commit | d7452b27a0ee2481c106f57f672dd4f46df52823 (patch) | |
tree | 6f9eb1e508ba7c34bc5a2646613ad940ed43e4f6 /configure | |
parent | 84e9e304fc4262e622e99d79e4e2a8009032a630 (diff) | |
download | s6-linux-utils-d7452b27a0ee2481c106f57f672dd4f46df52823.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
@@ -278,13 +278,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 |