diff options
| author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2016-10-18 23:41:50 +0300 |
|---|---|---|
| committer | Tuomas Tynkkynen <tuomas@tuxera.com> | 2016-10-18 23:54:29 +0300 |
| commit | ba42683e9afd8f3195d2c9659bb5f9f368ea0560 (patch) | |
| tree | 988f6446c0e1caa054bdb292b32dfa236d756eeb /pkgs/development/python-modules/python-sql | |
| parent | 0240306d01f725a82dfcb6f83d4b9d96ce0b46c8 (diff) | |
libselinux: Fix ARM build failure
Avoid this warning (which is in turn an error via -Werror):
````
avc_internal.c: In function 'avc_netlink_receive':
avc_internal.c:105:25: error: cast increases required alignment of target type [-Werror=cast-align]
struct nlmsghdr *nlh = (struct nlmsghdr *)buf;
^
````
The code allocates abuffer with "__attribute__ ((aligned))",
then passes it via a 'char*' parameter, which is then finally cast,
causing the warning. So the code is ok but compiler is not smart
enough to see it.
It seems that -Wcast-align is a no-op on x86, so this shows up on ARM
only.
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions
