summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
diff options
context:
space:
mode:
authorXiongfeng Wang <xiongfeng.wang@linaro.org>2018-01-11 17:22:29 +0800
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-01-18 09:37:53 +0900
commit321cb0308a9e76841394b4bbab6a1107cfedbae0 (patch)
treeca37de053cca54c08556d9a029fc17f0d956e1ba /scripts/Makefile.lib
parentab9ce9feed362f3f51e239f9421b220aaf9211aa (diff)
downloadlinux-stable-321cb0308a9e76841394b4bbab6a1107cfedbae0.tar.gz
linux-stable-321cb0308a9e76841394b4bbab6a1107cfedbae0.tar.bz2
linux-stable-321cb0308a9e76841394b4bbab6a1107cfedbae0.zip
Kbuild: suppress packed-not-aligned warning for default setting only
gcc-8 reports many -Wpacked-not-aligned warnings. The below are some examples. ./include/linux/ceph/msgr.h:67:1: warning: alignment 1 of 'struct ceph_entity_addr' is less than 8 [-Wpacked-not-aligned] } __attribute__ ((packed)); ./include/linux/ceph/msgr.h:67:1: warning: alignment 1 of 'struct ceph_entity_addr' is less than 8 [-Wpacked-not-aligned] } __attribute__ ((packed)); ./include/linux/ceph/msgr.h:67:1: warning: alignment 1 of 'struct ceph_entity_addr' is less than 8 [-Wpacked-not-aligned] } __attribute__ ((packed)); This patch suppresses this kind of warnings for default setting. Signed-off-by: Xiongfeng Wang <xiongfeng.wang@linaro.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/Makefile.lib')
0 files changed, 0 insertions, 0 deletions