From 97aa288f5dff6ad0ed7cfd31c70bafaa45ef552e Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 19 Jun 2006 08:13:15 +0000 Subject: [PATCH] Remove compiler warning (only supported by GCC) --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 0f317b2..a693120 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.11 2006-06-13 16:44:21 mike Exp $ +# $Id: Makefile.PL,v 1.12 2006-06-19 08:13:15 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -38,7 +38,7 @@ WriteMakefile( # Un-comment this if you add C files to link with later: # OBJECT => '$(O_FILES)', # link all the C files too # Use this to test for illegal code that GCC stupidly permits by default: - OPTIMIZE => "-Wdeclaration-after-statement -g -O0" +# OPTIMIZE => "-Wdeclaration-after-statement -g -O0", ); -- 1.7.10.4