Commit a5b7345
Shani Peretz
app/test: fix uninitialized event in DMA adapter test
Zero-initialize the event structure in configure_event_dma_adapter()
to fix a clang build error with -Wuninitialized-const-pointer.
Fixes: a276e7c ("test/event: add DMA adapter auto-test")
Signed-off-by: Shani Peretz <shperetz@nvidia.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>1 parent f919fad commit a5b7345
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
560 | | - | |
| 560 | + | |
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
| |||
0 commit comments