Ali Alnubani 327820af90 examples/pipeline: fix build with some compilers
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: 83f58a7b7b0a ("examples/pipeline: add commands for direct registers")

Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
2022-09-25 16:02:25 +02:00
..
2021-10-24 13:37:43 +02:00
2022-09-23 16:14:34 +02:00
2021-10-22 18:15:38 +02:00
2022-02-12 12:07:48 +01:00
2022-09-23 16:14:34 +02:00
2021-10-22 18:15:38 +02:00
2022-09-23 16:14:34 +02:00
2022-09-23 16:14:34 +02:00
2022-01-11 12:16:53 +01:00
2021-10-22 18:15:38 +02:00