Enabled FatalWarnings. (#424)

This commit is contained in:
Branimir Karadžić
2026-09-03 04:20:46 +00:00
committed by GitHub
parent e21246d7ae
commit 975c8fb6fd
8 changed files with 21 additions and 3 deletions

View File

@@ -40,6 +40,10 @@ end
project "bx"
kind "StaticLib"
flags {
"FatalWarnings",
}
includedirs {
path.join(BX_DIR, "include"),
path.join(BX_DIR, "3rdparty"),