327820af90
Fixes the following build failure with gcc 5.4.0 because
of uninitialized variables:
[..]
examples/pipeline/cli.c:1801:10: error: 'idx' may be used
uninitialized in this function [-Werror=maybe-uninitialized]
[..]
examples/pipeline/cli.c:1916:10: error: 'idx' may be used
uninitialized in this function [-Werror=maybe-uninitialized]
[..]
Fixes:
|
||
---|---|---|
.. | ||
examples | ||
cli.c | ||
cli.h | ||
conn.c | ||
conn.h | ||
main.c | ||
Makefile | ||
meson.build | ||
obj.c | ||
obj.h | ||
thread.c | ||
thread.h |