On Wed, Dec 08, 2004 at 02:17:13PM -0400, Gregory Whitehouse wrote: > gdchart0.94b/gdchart.h:111: warning: dereferencing type-punned pointer > will break strict-aliasing rules > gdchart0.94b/gdchart.h:111: error: initializer element is not constant ... > After a search of the mail archives and finding similar problems, I > have made multiple changes to FLT_MAX and GDC_NOVALUE but with no > success.
I'm not sure what you've done exactly, but try changing "-MAXFLOAT" on line
111 in gdchart.h to "GDC_NOVALUE" and changing the #define on line 46 of
gdc.h to be:
#define GDC_NOVALUE -((float)3.40e+38)
I don't know if this will solve the problem as I'm not an AIX person,
but it's something to try if you're desparate.
George
--
[EMAIL PROTECTED]
pgpuswh3k3L0I.pgp
Description: PGP signature
_______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
