mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-07 02:11:06 +00:00
wasi_nn_openvino.c: avoid self-assignment warning (#4434)
This commit is contained in:
parent
c7148a6823
commit
ebf1404ad1
|
@ -143,7 +143,7 @@ print_model_input_output_info(ov_model_t *model)
|
||||||
output_port = NULL;
|
output_port = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
ov_error = ov_error;
|
(void)ov_error;
|
||||||
fail:
|
fail:
|
||||||
if (friendly_name)
|
if (friendly_name)
|
||||||
ov_free(friendly_name);
|
ov_free(friendly_name);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user