Hacker News new | ask | show | jobs
by pajko 160 days ago
And? Critical software like this shall have zero warnings.
1 comments

Then they shall compile with --no-warnings. Werror only makes the build to fail, without additional benefit for the user.
Failing to build is better than building with undefined behavior.

If you disagree, you can always remove -Werror, at your own risk.