Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
0.4.16-dev-458-gaa7ab16 https://github.com/reactos/reactos/commit/aa7ab16fd09cb1637562dc66248b6fb40ebc53fc
Description
For example,
on 'build-linux (gcc, i386, Debug, 0x600)',
visible when a build fails, at least.
cc1: error: unrecognized command line option '-Wno-unknown-warning-option' [-Werror]
|
–
Regression caused by 0.4.16-dev-458-gaa7ab16 by Timo, described as
[CMAKE] Disable a number of warnings for clang
Also remove the totally useless and stupid -Werror=unknown-warning-option
which aims at helping with Clang* state,
but removes a consistency Clang check and regresses Gcc state.
Moreover, that Linux case mismatches Windows case where only Clang-Cl was modified.
Note:
The removed check was added by me on 0.4.15-dev-8151-g3cc4361.