mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
Disable warning about unscoped enums
This commit is contained in:
@ -29,6 +29,10 @@ workspace "OpenAssetTools"
|
||||
}
|
||||
defaultplatform "x86"
|
||||
|
||||
disablewarnings {
|
||||
"26812" -- Prefer enum class over unscoped
|
||||
}
|
||||
|
||||
filter "platforms:x86"
|
||||
architecture "x86"
|
||||
defines "ARCH_x86"
|
||||
|
Reference in New Issue
Block a user