Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence false positive unaligned pointer access warning
This is a warning coming up on Android (ARM) platform. Clang 4.x creates a false positive here: the can_id is the first (and aligned) value in the packed struct modattr, so it's always aligned if the struct itself is aligned.
- Loading branch information