2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-02-10 09:33:03 +00:00

fix: ignore msvc warnings only on msvc

This commit is contained in:
Jan Laupetin
2026-01-27 18:29:01 +01:00
parent 01a0403084
commit c602170fb3

View File

@@ -31,9 +31,11 @@ workspace "OpenAssetTools"
}
defaultplatform "x86"
disablewarnings {
"26812" -- Prefer enum class over unscoped
}
filter "toolset:msc"
disablewarnings {
"26812" -- Prefer enum class over unscoped
}
filter {}
filter "platforms:x86"
architecture "x86"