@samitouri / QOSAMI-WSL / commits / 2933bff0

Ignore GSL warning (#40560)

JohnMcPMS committed May 15, 2026 at 15:05 UTC 2933bff00cebcb1089aa78a2ce3ac1f3ee4101b3
1 file changed +1 -1
src/windows/common/precomp.h
+1 -1
@@ -12,7 +12,7 @@ Abstract:
12
13 --*/
14
15 -#pragma warning(disable : 4200 4214)
15 +#pragma warning(disable : 4200 4214 4875)
16
17 #ifdef __cplusplus
18 #define _WINSOCKAPI_