mirror of
https://git.tukaani.org/xz.git
synced 2025-02-19 15:08:14 +00:00
xz: Silence a warning from clang -Wsign-conversion in main.c.
This commit is contained in:
parent
0e3c4002f8
commit
267afcd995
@ -326,5 +326,5 @@ main(int argc, char **argv)
|
||||
if (es == E_WARNING && no_warn)
|
||||
es = E_SUCCESS;
|
||||
|
||||
tuklib_exit(es, E_ERROR, message_verbosity_get() != V_SILENT);
|
||||
tuklib_exit((int)es, E_ERROR, message_verbosity_get() != V_SILENT);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user