Commit 1a69ad10 authored by Chen Bill's avatar Chen Bill Committed by GitHub

remove disablewarnings C4267 (#654)

parent 31bb570d
...@@ -37,7 +37,7 @@ workspace "ocgcoredll" ...@@ -37,7 +37,7 @@ workspace "ocgcoredll"
filter { "configurations:Release", "action:vs*" } filter { "configurations:Release", "action:vs*" }
flags { "LinkTimeOptimization" } flags { "LinkTimeOptimization" }
staticruntime "On" staticruntime "On"
disablewarnings { "4267", "4334" } disablewarnings { "4334" }
filter "action:vs*" filter "action:vs*"
buildoptions { "/utf-8" } buildoptions { "/utf-8" }
......
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