Commit 39c82576 authored by topjohnwu's avatar topjohnwu

Prevent warning

Close #524
parent 37221a50
......@@ -49,7 +49,7 @@ int main(int argc, char const* argv[]) {
uint8_t in[4], buf[6144];
unsigned len = 0, pos = 0;
char c;
int8_t c;
xz_crc32_init();
struct xz_dec *dec = xz_dec_init(XZ_DYNALLOC, 1 << 26);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment