Skip to content

Commit

Permalink
remove disablewarnings C4267 (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
salix5 authored Nov 19, 2024
1 parent 31bb570 commit 1a69ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premake/dll.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 1a69ad1

Please sign in to comment.