diff options
author | 2023-12-06 06:42:53 +1100 | |
---|---|---|
committer | 2023-12-06 06:42:53 +1100 | |
commit | 12590d6ad8873bb8d8c217b67311290653d948d2 (patch) | |
tree | c46c5a8adcf8335414849f06bb48883f101537c9 /scripts/src/3rdparty.lua | |
parent | d2c4286eca573ed6143b50cb4acd0c8ab72db9f1 (diff) |
3rdparty/zlib: Updated to 1.3.0.
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rwxr-xr-x | scripts/src/3rdparty.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 66dfab5c506..8e67dc67054 100755 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -128,7 +128,6 @@ project "zlib" configuration { "vs*" } buildoptions { - "/wd4131", -- warning C4131: 'xxx' : uses old-style declarator "/wd4127", -- warning C4127: conditional expression is constant "/wd4244", -- warning C4244: 'argument' : conversion from 'xxx' to 'xxx', possible loss of data } @@ -143,11 +142,6 @@ end "verbose=-1", } - configuration { "gmake or ninja" } - buildoptions_c { - "-Wno-strict-prototypes", - } - configuration { } defines { "ZLIB_CONST", |