diff options
author | 2018-12-16 17:04:54 +0100 | |
---|---|---|
committer | 2018-12-16 17:04:54 +0100 | |
commit | f25021c47ffab507b41b7c96960198e9569bae9c (patch) | |
tree | 1600486203f4615674eabd386de9164352ca44b7 /scripts/src | |
parent | 97f2889f320293e81eb9e495034d5cd92edb96d0 (diff) |
Actually, let's not completely break compilation with MSVC just because someone is really enthusiastic about unsupported build flags.
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 431507005bc..2ccfa749e19 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -203,9 +203,6 @@ buildoptions { } configuration { } -buildoptions { - "-Wno-error=maybe-uninitialized" -} defines { "SOFTFLOAT_ROUND_ODD", "INLINE_LEVEL=5", |