Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary cast to char* in YADECAP_METADATA
Apart from it being unnecessary, it could even result in some bad behavior, as GCC always assumes aligned pointer accesses and cast from `char *` to `dataplane::metadata *` increases required alignment from 1 to 4
- Loading branch information