Hacker News new | ask | show | jobs
by aumerle 3291 days ago
-Werror is used only when building on the continuous integration servers, not in the released code. That way, you get the best of both worlds. Your code wont break on new compiler releases, but it also wont have neglected warnings.