disable msvc warning C4459

This commit is contained in:
MihailRis 2025-10-10 13:20:18 +03:00 committed by GitHub
parent 7877cf78d5
commit b55879116f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,6 +92,7 @@ target_compile_options(
# mismatch
/wd4100 # unreferenced formal parameter
/wd4458 # declaration of 'var' hides class member
/wd4459 # declaration of 'var' hides global declaration
/wd4101 # 'var': unreferenced local variable
/wd4388 # 'token' : signed/unsigned mismatch
/wd4018 # '>': signed/unsigned mismatch