mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
xzdec: Fix warnings from -Wsign-conversion.
This commit is contained in:
parent
dfac2c9a1d
commit
07c4fa9e1a
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
/// Error messages are suppressed if this is zero, which is the case when
|
/// Error messages are suppressed if this is zero, which is the case when
|
||||||
/// --quiet has been given at least twice.
|
/// --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)))
|
static void lzma_attribute((__format__(__printf__, 1, 2)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user