top | item 46487284

(no title)

pajko | 1 month ago

And? Critical software like this shall have zero warnings.

discuss

order

hulitu|1 month ago

Then they shall compile with --no-warnings. Werror only makes the build to fail, without additional benefit for the user.

snvzz|1 month ago

Failing to build is better than building with undefined behavior.

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