Change information
Commit message:
Silence most MSVC warnings from external deps
Manually silence each individual warning, because MSVC throws _another_ warning
if you use /w or /W0.
There is at least still one more warning (D9002) due to the `-std=c99` option
being unknown to MSVC (it expects /std=c99). This needs to be fixed in
zstd-jni's bzlmod overlay.
PiperOrigin-RevId: 924878396
Change-Id: I30ea075a71420fef1cb94748fe9d786a88074f0e
Change size: S
Delta: 1 file changed, 7 insertions(+), 3 deletions(-)
Branch: refs/heads/master