2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-03 00:49:35 +00:00

Disable warning about unscoped enums

This commit is contained in:
Jan
2022-03-25 14:13:13 +01:00
parent f9fad26ccc
commit 324dead2e3
+4
View File
@@ -29,6 +29,10 @@ workspace "OpenAssetTools"
}
defaultplatform "x86"
disablewarnings {
"26812" -- Prefer enum class over unscoped
}
filter "platforms:x86"
architecture "x86"
defines "ARCH_x86"