From: mike Date: Mon, 19 Jun 2006 08:13:15 +0000 (+0000) Subject: Remove compiler warning (only supported by GCC) X-Git-Tag: cpan_1_22~138 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=97aa288f5dff6ad0ed7cfd31c70bafaa45ef552e;p=ZOOM-Perl-moved-to-github.git Remove compiler warning (only supported by GCC) --- 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", );