Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't require -Wextra goto-gcc flag for warnings to be treated as errors
The new version is not completely equivalent to how it would work in gcc. In gcc, when both -Werror and -Wno-error are given (possibly multiple times), the flag that was given last "wins". However we currently don't have a way of knowing the order of options in cmdlinet.
- Loading branch information