[svn:parrot] r44315 - branches/rm_cflags/config/auto

coke at svn.parrot.org coke at svn.parrot.org
Mon Feb 22 21:38:12 UTC 2010


Author: coke
Date: Mon Feb 22 21:38:11 2010
New Revision: 44315
URL: https://trac.parrot.org/parrot/changeset/44315

Log:
must return success even though we didn't do anything.

Modified:
   branches/rm_cflags/config/auto/warnings.pm

Modified: branches/rm_cflags/config/auto/warnings.pm
==============================================================================
--- branches/rm_cflags/config/auto/warnings.pm	Mon Feb 22 21:35:12 2010	(r44314)
+++ branches/rm_cflags/config/auto/warnings.pm	Mon Feb 22 21:38:11 2010	(r44315)
@@ -150,7 +150,7 @@
         print "We do not (yet) probe for warnings for your compiler\n"
             if $verbose;
         $self->set_result("skipped");
-        return;
+        return 1;
     }
 
     my @warnings = @{$self->{warnings}{$compiler}{potential}};


More information about the parrot-commits mailing list