Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipa: rpi: pisp: Add '-Wno-address-of-packed-member' to the compiler args
This is needed for when we start using the UAPI kernel headers which use "__attribute__((packed))" to force structure packing as required by the kernel. The compiler complains about taking a possibly unaligned address of a packed structure even though the structure has been hand packed. Signed-off-by: Naushir Patuck <[email protected]>
- Loading branch information