Hacker News new | ask | show | jobs
by GoblinSlayer 1793 days ago
Is -Werror really supposed to not break builds?
1 comments

The whole point of -Werror is to break builds and -Wall / -Wextra are definitely not frozen. If you can't handle compiler updates resulting in errors, don't use -Werror in that environment.