Hi,

This gets rid of the very annoying long double might change warning under darwin, the warning comes from my config.h which has

typedef long double HUGEFLOATVAL;

Arthur

Index: config/init/hints/darwin.pl
===================================================================
RCS file: /cvs/public/parrot/config/init/hints/darwin.pl,v
retrieving revision 1.6
diff -u -r1.6 darwin.pl
--- config/init/hints/darwin.pl 7 Jun 2002 19:21:17 -0000       1.6
+++ config/init/hints/darwin.pl 11 Sep 2003 14:38:57 -0000
@@ -1,6 +1,6 @@
 my($ccflags, $ldflags)=Configure::Data->get(qw(ccflags ldflags));

-$ccflags .= " -pipe -fno-common ";
+$ccflags .= " -pipe -fno-common -Wno-long-double ";
 $ccflags =~ s/-flat_namespace\s*//;
 $ldflags =~ s/-flat_namespace\s*//;
 $ldflags .= " -flat_namespace ";



Reply via email to