diff options
| author | 2015-12-12 14:49:48 +0100 | |
|---|---|---|
| committer | 2015-12-12 14:49:48 +0100 | |
| commit | 74cfff6fc6eab13edf896b510f0e25d544a590ab (patch) | |
| tree | 232eefc4e358f6ad39ee75bc95f2c99056eb263c /scripts | |
| parent | 4fef88bc8ac2036b898021feb6355cbe3a29afc5 (diff) | |
Update to LUA 5.2.3, so source changes (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/3rdparty.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 7aa54ff84d1..30de060cd6e 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -366,6 +366,10 @@ project "lua" -- "ForceCPP", --} + configuration { "gmake" } + buildoptions_c { + "-Wno-bad-function-cast" + } configuration { "vs*" } buildoptions { "/wd4244", -- warning C4244: 'argument' : conversion from 'xxx' to 'xxx', possible loss of data |
