Y
Hacker News
new
|
ask
|
show
|
jobs
by
pajko
160 days ago
And? Critical software like this shall have zero warnings.
1 comments
hulitu
160 days ago
Then they shall compile with --no-warnings. Werror only makes the build to fail, without additional benefit for the user.
link
snvzz
159 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