Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Feb 26, 2024
1 parent 97c8a88 commit bbed35a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions scripts/compiler/gcc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ local gcc = {
linkdir = function (dir)
return "-L"..format_path(dir)
end,
disable_warning = function (w)
return "-Wno-"..w
end
}

function gcc.update_flags(flags, _, cxxflags, attribute, _)
Expand Down
3 changes: 0 additions & 3 deletions scripts/compiler/msvc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ local cl = {
linkdir = function (dir)
return "/libpath:"..format_path(dir)
end,
disable_warning = function (w)
return "/wd"..w
end
}

function cl.update_flags(flags, _, cxxflags, attribute, name)
Expand Down

0 comments on commit bbed35a

Please sign in to comment.