Skip to content

Commit 59f4829

Browse files
authored
Add dummy pointer to zer_get_default_context_params_t
Fixes #403 when building with clang 21
1 parent b3567ec commit 59f4829

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/layers/zel_tracing_register_cb.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2728,6 +2728,7 @@ typedef void (ZE_APICALL *zer_pfnTranslateIdentifierToDeviceHandleCb_t)(
27282728

27292729
typedef struct _zer_get_default_context_params_t
27302730
{
2731+
void* _dummy;
27312732
} zer_get_default_context_params_t;
27322733

27332734

0 commit comments

Comments
 (0)