Closed AJIOB closed 2 months ago
Just a note: our big project disables some different warnings in per-file or per-region manner because of the different reasons.
And this code compiles & works, similar to the #1725.
So, I suggest to just disable /WX
flag (interpret warnings as errors) for removing incorrect cache tool errors
Minimal reproducible example:
Tested with MSVC 2017, 2022.
The problem is that sccache without direct mode doesn't remove
/WX
flag when adding/EP
one.