mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Silence a warning from clang -Wsign-conversion in main.c.
This commit is contained in:
parent
0e3c4002f8
commit
267afcd995
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue