Disable warnings as errors in the test project and set the warning level to the default

This commit is contained in:
Graham Pentheny
2026-02-08 13:42:21 -05:00
parent 308324723c
commit 13f4334438

View File

@@ -192,7 +192,8 @@ project "Tests"
kind "ConsoleApp"
targetdir "Bin"
debugdir "Bin"
fatalwarnings { "All" }
warnings "Default"
fatalwarnings { }
-- Catch requires RTTI and exceptions
exceptionhandling "On"