Disable warning about padding when using alignas in C++

This commit is contained in:
gingerBill
2026-03-17 08:21:13 +00:00
parent 784a202ca4
commit 8f2fd4f886

View File

@@ -94,6 +94,7 @@ if %release_mode% EQU 0 ( rem Debug
set compiler_warnings= ^
-W4 -WX ^
-wd4100 -wd4101 -wd4127 -wd4146 ^
-wd4324 ^
-wd4505 ^
-wd4456 -wd4457