Put MSVC buildoptions under Windows platform filter.

This commit is contained in:
sephiroth99 2015-09-22 02:58:32 -04:00 committed by Ben Vanik
parent ab2ef82d55
commit 7e58ad2800
1 changed files with 5 additions and 3 deletions

View File

@ -22,6 +22,8 @@ project("imgui")
"imgui/stb_textedit.h",
"imgui/stb_truetype.h",
})
buildoptions({
"/wd4312", -- Ugh.
})
filter("platforms:Windows")
buildoptions({
"/wd4312", -- Ugh.
})