1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-19 15:08:14 +00:00

xzdec: Fix warnings from -Wsign-conversion.

This commit is contained in:
Lasse Collin 2019-06-23 21:40:47 +03:00
parent a45d1a5374
commit a502dd1d00

View File

@ -37,7 +37,7 @@
/// Error messages are suppressed if this is zero, which is the case when
/// --quiet has been given at least twice.
static unsigned int display_errors = 2;
static int display_errors = 2;
static void lzma_attribute((__format__(__printf__, 1, 2)))