skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 51e3113781aa42e38396d352ff77ea1f1bd29643
parent 06cb4fa9ab4745226524739e5cb823b2a88e4ca4
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon,  8 Dec 2014 13:44:58 +0000

Remove CPPFLAGS_AUTO entries that disable compiler warnings

Diffstat:
Mconfigure | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/configure b/configure @@ -314,13 +314,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 $shared ; then tryldflag LDFLAGS_AUTO -Wl,--hash-style=both