-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
dspqueue/dspqueue_rpc_stub.c: In function '_stub_method':
dspqueue/dspqueue_rpc_stub.c:112:11: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
112 | *(struct __copy*)_OFFSET(dst, dof) = *(struct __copy*)_OFFSET(src, sof);\
| ^
dspqueue/dspqueue_rpc_stub.c:463:4: note: in expansion of macro '_COPY'
463 | _COPY(_primIn, 0, _in0, 0, 4);
Reactions are currently unavailable