mirror of
https://git.tukaani.org/xz.git
synced 2025-02-23 00:48:11 +00:00
Silence a compiler warning.
This commit is contained in:
parent
9373e81e18
commit
fa3ab0df8a
@ -152,7 +152,7 @@ create_thread(void *(*func)(thread_data *t), thread_data *t)
|
||||
static int
|
||||
single_init(thread_data *t)
|
||||
{
|
||||
lzma_ret ret;
|
||||
lzma_ret ret = LZMA_PROG_ERROR;
|
||||
|
||||
if (opt_mode == MODE_COMPRESS) {
|
||||
switch (opt_header) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user