Commit 60001d0a authored by nanahira's avatar nanahira

disablewarning

parent 57aeb449
...@@ -35,7 +35,7 @@ solution "ygo" ...@@ -35,7 +35,7 @@ solution "ygo"
configuration { "Release", "vs*" } configuration { "Release", "vs*" }
optimize "Speed" optimize "Speed"
flags { "StaticRuntime", "LinkTimeOptimization" } flags { "StaticRuntime", "LinkTimeOptimization" }
disablewarnings { "4244", "4267", "4838", "4577", "4819", "4018", "4996", "4477" } disablewarnings { "4244", "4267", "4838", "4577", "4819", "4018", "4996", "4477", "4091" }
configuration { "Release", "not vs*" } configuration { "Release", "not vs*" }
symbols "On" symbols "On"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment