From 9408312839570dfdee9bb091492dfcecafa0860a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 17 Aug 2007 12:16:45 +0000 Subject: improve signal to noise ration by killing warnings about declaration-after-statements --- USER/Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'USER') diff --git a/USER/Makefile.PL b/USER/Makefile.PL index fdf6ae4..d847317 100644 --- a/USER/Makefile.PL +++ b/USER/Makefile.PL @@ -7,6 +7,7 @@ chomp $libs; $libs .= "-lpam_misc -lpam "; WriteMakefile( 'NAME' => 'USER', + 'OPTIMIZE' => '-Wno-declaration-after-statement', 'VERSION_FROM' => 'USER.pm', 'OBJECT' => 'USER.o', # link all the C files too 'LIBS' => "$libs", # e.g., '-lm' -- cgit v1.2.1