mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Disable warning about unscoped enums
This commit is contained in:
parent
f9fad26ccc
commit
324dead2e3
@ -29,6 +29,10 @@ workspace "OpenAssetTools"
|
|||||||
}
|
}
|
||||||
defaultplatform "x86"
|
defaultplatform "x86"
|
||||||
|
|
||||||
|
disablewarnings {
|
||||||
|
"26812" -- Prefer enum class over unscoped
|
||||||
|
}
|
||||||
|
|
||||||
filter "platforms:x86"
|
filter "platforms:x86"
|
||||||
architecture "x86"
|
architecture "x86"
|
||||||
defines "ARCH_x86"
|
defines "ARCH_x86"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user