|
|
|
|
|
|
|
|
|
|
|
| |
Because the build system does not have direct control over the compiler,
it cannot ensure that no warnings are issued in downstream compilations.
Such warnings can occur due to newer compiler versions with more
sophisticated diagnostics, older compiler versions with diagnostics
bugs, or simply different, untested compilers. With -Werror enabled by
default, these harmless warnings result in complete compilation
failures.
The option remains enabled in CI to ensure upstream code quality.
|