Ticket #932 (closed bug: wontfix)

Opened 12 years ago

Last modified 11 years ago

Warnings in compiling bignum.pmc

Reported by: dukeleto Owned by:
Priority: minor Milestone:
Component: none Version: 1.4.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description (last modified by dukeleto) (diff)

In file included from ./src/pmc/bignum.pmc:148:
/opt/local/include/gmp.h:431:74: warning: "__STDC_VERSION__" is not defined
In file included from ./src/pmc/bigint.pmc:32:
/opt/local/include/gmp.h:431:74: warning: "__STDC_VERSION__" is not defined

This happens with GMP 4.3.1, the latest current stable release.

Change History

Changed 12 years ago by dukeleto

  • description modified (diff)

Changed 12 years ago by bacek

This is probably not Parrot-related but GMP-related.

Changed 11 years ago by coke

  • status changed from new to closed
  • resolution set to wontfix

While we could go out of our way to avoid generating this warning on this platform with GMP enabled, it's not worth it at the moment - we don't guarantee a warning free build at this point anyway (though we do try to keep all our own code warnings clean.)

Please see BuildWarnings on the wiki.

Regards.

Note: See TracTickets for help on using tickets.