disable msvc warning C4457

This commit is contained in:
MihailRis
2025-10-10 13:50:50 +03:00
committed by GitHub
parent c6c08e1efb
commit 31f3c2de6a
+1
View File
@@ -91,6 +91,7 @@ target_compile_options(
/wd4245 # conversion from 'int' to 'const size_t', signed/unsigned
# mismatch
/wd4100 # unreferenced formal parameter
/wd4457 # declaration of 'var' hides function parameter
/wd4458 # declaration of 'var' hides class member
/wd4459 # declaration of 'var' hides global declaration
/wd4101 # 'var': unreferenced local variable