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)
|
if (es == E_WARNING && no_warn)
|
||||||
es = E_SUCCESS;
|
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…
Reference in New Issue