ff0633d2b1
When compiling with -O1, this error can appear:
app/test-eventdev/test_pipeline_common.c:332:6: error:
‘ret’ may be used uninitialized in this function
If there is no device, then ret is returned without being initialized.
It is fixed by setting 0 as initial value.
Fixes:
|
||
---|---|---|
.. | ||
pdump | ||
proc-info | ||
test-bbdev | ||
test-crypto-perf | ||
test-eventdev | ||
test-pmd | ||
Makefile | ||
meson.build |