<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi devs,<div><br></div><div>In a (almost) clean validate on my MacOS 10.8 machine, I see this:</div><div><br></div><div>{{{</div><div><font color="#0f61c8">rts/posix/OSMem.c: In function 'my_mmap':</font></div><div><font color="#0f61c8"><br></font></div><div><font color="#0f61c8">rts/posix/OSMem.c:109:15: error:</font></div><div><font color="#0f61c8">     error: variable 'flags' set but not used [-Werror=unused-but-set-variable]</font></div><div><font color="#0f61c8">         int prot, flags;</font></div><div><font color="#0f61c8">                   ^</font></div><div><font color="#0f61c8"><br></font></div><div><font color="#0f61c8">rts/posix/OSMem.c:109:9: error:</font></div><div><font color="#0f61c8">     error: variable 'prot' set but not used [-Werror=unused-but-set-variable]</font></div><div><font color="#0f61c8">         int prot, flags;</font></div><div><font color="#0f61c8">             ^</font></div><div><font color="#0f61c8">cc1: all warnings being treated as errors</font></div><div>}}}</div><div><br></div><div>Help?</div><div><br></div><div>Thanks,</div><div>Richard</div></body></html>