[legacy]: Fix compile warning

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: I461c05e2d29453a756f29028cc6ca2b437d2131c
This commit is contained in:
Herman Chen
2020-04-20 11:43:02 +08:00
parent d42f4ed028
commit da8b35074c
2 changed files with 3 additions and 0 deletions

View File

@@ -719,6 +719,7 @@ static RK_S32 mpi_dec_multi_test_parse_options(int argc, char **argv, MpiDecTest
mpp_err("invalid nthreads\n");
goto PARSE_OPINIONS_OUT;
}
break;
default:
mpp_err("skip invalid opt %c\n", *opt);
break;