Don't treat warnings as errors for 3rd party projs

This commit is contained in:
Joel Linn
2021-05-04 00:36:39 +02:00
committed by Rick Gibbed
parent 4f020e32c8
commit 5c97a0ad06
4 changed files with 19 additions and 34 deletions

View File

@@ -23,8 +23,3 @@ project("imgui")
"imgui/imstb_textedit.h",
"imgui/imstb_truetype.h",
})
filter("platforms:Windows")
buildoptions({
"/wd4312", -- Ugh.
})