diff options
| author | 2016-01-04 15:29:19 +0100 | |
|---|---|---|
| committer | 2016-01-04 15:31:32 +0100 | |
| commit | 8172839141a34e580295fe3611c580c0379b3704 (patch) | |
| tree | e8059c9a66530387e381beed90192071fb608804 /scripts/src/3rdparty.lua | |
| parent | bf82e1e55cfe4465c6ef934e3c34206983cc76f7 (diff) | |
Some cleanup in build scripts, GNU C99 for 3rdparty C files (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
| -rw-r--r-- | scripts/src/3rdparty.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index da3740bd28d..f87f0bc43fb 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -385,11 +385,6 @@ project "lua" "-Wno-bad-function-cast" } - configuration { "mingw-clang" } - defines { - "LUA_USE_C89", - } - configuration { "vs*" } buildoptions { "/wd4244", -- warning C4244: 'argument' : conversion from 'xxx' to 'xxx', possible loss of data |
