You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the following errors seen with clang 21.1.4
app/test/test_event_dma_adapter.c:532:32: error: variable 'event' is
uninitialized when passed as a const pointer argument here
[-Werror,-Wuninitialized-const-pointer]
app/test/test_trace.c:201:29: error: variable 'tmp' is uninitialized
when passed as a const pointer argument here
[-Werror,-Wuninitialized-const-pointer]
Fixes: 4925e15 ("trace: add trace point emit for blob")
Fixes: a276e7c ("test/event: add DMA adapter auto-test")
Cc: [email protected]
Signed-off-by: Jerin Jacob <[email protected]>
Acked-by: Amit Prakash Shukla <[email protected]>
Signed-off-by: David Marchand <[email protected]>
0 commit comments