Y
Hacker News
new
|
ask
|
show
|
jobs
by
pajko
205 days ago
And? Critical software like this shall have zero warnings.
1 comments
hulitu
205 days ago
Then they shall compile with --no-warnings. Werror only makes the build to fail, without additional benefit for the user.
link
snvzz
205 days ago
Failing to build is better than building with undefined behavior.
If you disagree, you can always remove -Werror, at your own risk.
link