You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAICS, #error should indeed stop the compilation, so I'm surprised it doesn't and especially that something changed since 1.5.8. This needs some looking at.
#error does indeed stop the compiler (at least with 1.6.3)
I've added a new preference "show all compiler warnings" that turns warnings on
Available as nightly builds in the next few hours
I am not sure why a semi-serious developer AKA coding more that "blink LED" would NOT want all helpful stuff from compiler.
But that is why we have "defaults" , right?
Activity
matthijskooijman commentedon Nov 5, 2014
The hidden warnings are the subject of #1728.
AFAICS, #error should indeed stop the compilation, so I'm surprised it doesn't and especially that something changed since 1.5.8. This needs some looking at.
New preference: enable all compiler warnings, off by default. Fixes #…
ffissore commentedon Apr 10, 2015
#error does indeed stop the compiler (at least with 1.6.3)
I've added a new preference "show all compiler warnings" that turns warnings on
Available as nightly builds in the next few hours
JulyJim commentedon Apr 10, 2015
Thanks for your work.
I am not sure why a semi-serious developer AKA coding more that "blink LED" would NOT want all helpful stuff from compiler.
But that is why we have "defaults" , right?
Thanks again.
Merge remote-tracking branch 'upstream/master'