Closed henrygab closed 3 years ago
The above solution does not work due to trivial class initialization issue, I have come to using the good-old void*
that could suppress the warning
memcpy((void*) &extraReadDescriptors[i], firstReadDescriptor,
sizeof(DmacDescriptor));
Fixes #287
The warnings look like: