On 2/27/14, 2:02 PM, Nicholas Nethercote wrote:
So I'm pleased to hear that -W{sometimes,maybe}-initialized have lower
false positive rates. Investigating them sounds like the most
promising avenue for progress.

Just to be clear: gcc's -Wmaybe-uninitialized is still very spammy. gcc's -Wuninitialized warnings are much better these days because they added -Wmaybe-uninitialized and moved all their unreliable uninitialized checks to that flag. :)


chris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to