diff --git a/premake/dll.lua b/premake/dll.lua index cdebde4b0..cd822d662 100644 --- a/premake/dll.lua +++ b/premake/dll.lua @@ -37,7 +37,7 @@ workspace "ocgcoredll" filter { "configurations:Release", "action:vs*" } flags { "LinkTimeOptimization" } staticruntime "On" - disablewarnings { "4267", "4334" } + disablewarnings { "4334" } filter "action:vs*" buildoptions { "/utf-8" }