From 9c8cc142913f4bd33681cadc9f2fce3863c59694 Mon Sep 17 00:00:00 2001 From: Mihai Alexandru <77043862+MAJigsaw77@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:56:26 +0000 Subject: [PATCH] Fix deprecated non-prototype warnings in Zlib for non-MSVC compilers. (#1144) * Update Build.xml * Update Build.xml * Oops, forgot about this one --- src/hx/libs/zlib/Build.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hx/libs/zlib/Build.xml b/src/hx/libs/zlib/Build.xml index de938de3e..de1c69cc5 100644 --- a/src/hx/libs/zlib/Build.xml +++ b/src/hx/libs/zlib/Build.xml @@ -13,6 +13,10 @@ + + + +