Skip to content

Commit

Permalink
Oops, forgot about this one
Browse files Browse the repository at this point in the history
  • Loading branch information
MAJigsaw77 authored Aug 27, 2024
1 parent 5abe5f4 commit 3d59a5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hx/libs/zlib/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
<compilerflag value="-I${ZLIB_DIR}"/>
<compilerflag value="-DSTDC" unless="windows" />
<compilerflag value="-DHAVE_UNISTD_H" unless="windows" />
<compilerflag value="-Wno-deprecated-non-prototype" unless="MSVC_VER" />

<compilerflag value="-Wno-unknown-warning" unless="MSVC_VER" />
<compilerflag value="-Wno-unknown-warning-option" unless="MSVC_VER" />
<compilerflag value="-Wno-deprecated-non-prototype" unless="MSVC_VER" />

<file name="ZLib.cpp"/>

Expand Down

0 comments on commit 3d59a5e

Please sign in to comment.