On Mon, 21 Oct 2013 15:22:06 GMT, Sönke Ludwig wrote:

On Mon, 21 Oct 2013 15:01:18 GMT, Lemonfiend wrote:

I can't seem to get the -w compiler flag..

buildRequirements:

  • none: -wi
  • "allowWarnings": -wi
  • "silenceWarnings": none
  • "allowWarnings" + "silenceWarnings": none

How do I get -w?

That's was a bug. "-w" should actually be the default.

It's fixed now by this commit: c82ff3f

Thanks!