diff options
author | 2016-01-04 15:29:19 +0100 | |
---|---|---|
committer | 2016-01-04 15:31:32 +0100 | |
commit | 8172839141a34e580295fe3611c580c0379b3704 (patch) | |
tree | e8059c9a66530387e381beed90192071fb608804 /scripts/toolchain.lua | |
parent | bf82e1e55cfe4465c6ef934e3c34206983cc76f7 (diff) |
Some cleanup in build scripts, GNU C99 for 3rdparty C files (nw)
Diffstat (limited to 'scripts/toolchain.lua')
-rw-r--r-- | scripts/toolchain.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 5d3646b48ea..9c8b78ee485 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -485,8 +485,6 @@ function toolchain(_buildDir, _subDir) configuration { "mingw-clang" } linkoptions { - "-Qunused-arguments", - "-Wno-error=unused-command-line-argument-hard-error-in-future", "-Wl,--allow-multiple-definition", } |