Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/hx/libs/zlib/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<compilerflag value="-DSTDC" unless="windows" />
<compilerflag value="-DHAVE_UNISTD_H" unless="windows" />

<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"/>

<!-- HXCPP_LINK_NO_ZLIB may be set too late, so use filterout as well. -->
Expand Down
Loading