Re: -Wlong-long
"Wesley W. Terpstra" <[email protected]>
| Newsgroups | gmane.comp.lang.ml.mlton.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Mar 21, 2011 at 2:29 PM, Matthew Fluet <[email protected]>wrote: > Is it warning about code in our runtime, or in header files that are > included? I only see "long long" used in gdtoa, gen/c-types.c, and > platform/sysctl.c. > Only the runtime, but every file at least once due to cenv.h's UINT64_MAX comparison ifdef... and some files warn many many times. It's complaining about the ULL suffix, not use of an explicit long long type. IMO this is a gcc bug, but an easy one to shut up. _______________________________________________ MLton mailing list [email protected] http://mlton.org/mailman/listinfo/mlton