Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 23, 2024
1 parent d15430d commit 4aa0b8c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions compile/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,8 @@ lm:source_set "source_lua" {
visibility = "default",
},
msvc = {
flags = {
"/wd4267",
"/wd4334",
},
sources = ("3rd/lua/fast_setjmp_%s.s"):format(lm.arch)
},
gcc = {
flags = "-Wno-maybe-uninitialized",
}
}

if lm.os == "windows" then
Expand Down

0 comments on commit 4aa0b8c

Please sign in to comment.