3rdparty/xdelta3-3.0.8: fix compiler warnings

This commit is contained in:
josch
2014-11-04 11:02:10 +01:00
parent 6b3ff6b7f5
commit 3d56e7b9c3
3 changed files with 14 additions and 0 deletions

View File

@@ -554,6 +554,8 @@ xd3_decode_secondary_sections (xd3_stream *secondary_stream)
return ret;
}
#undef DECODE_SECONDARY_SECTION
#else
(void)secondary_stream;
#endif
return 0;
}