can't validate on Mac
Richard Eisenberg
eir at cis.upenn.edu
Mon Aug 3 13:26:27 UTC 2015
Hi devs,
In a (almost) clean validate on my MacOS 10.8 machine, I see this:
{{{
rts/posix/OSMem.c: In function 'my_mmap':
rts/posix/OSMem.c:109:15: error:
error: variable 'flags' set but not used [-Werror=unused-but-set-variable]
int prot, flags;
^
rts/posix/OSMem.c:109:9: error:
error: variable 'prot' set but not used [-Werror=unused-but-set-variable]
int prot, flags;
^
cc1: all warnings being treated as errors
}}}
Help?
Thanks,
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20150803/d4ca8eb4/attachment.html>
More information about the ghc-devs
mailing list