From 83bdb182627b8c1ed68050d9943278236ebbc149 Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Sun, 20 Jul 2025 17:05:17 +0100 Subject: [PATCH] Remove unnecessary zlib warning flags These were used to suppress warnings in zlib 1.2, but now that we are on zlib 1.3 they are no longer necessary. In fact, they cause warnings with some compilers so it's better to remove them. --- src/hx/libs/zlib/Build.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hx/libs/zlib/Build.xml b/src/hx/libs/zlib/Build.xml index 1ea450494..c7549ba6d 100644 --- a/src/hx/libs/zlib/Build.xml +++ b/src/hx/libs/zlib/Build.xml @@ -13,10 +13,6 @@ - - - -