Hacker News new | ask | show | jobs
by hulitu 164 days ago
Then they shall compile with --no-warnings. Werror only makes the build to fail, without additional benefit for the user.
1 comments

Failing to build is better than building with undefined behavior.

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