]> code.ossystems Code Review - openembedded-core.git/commit
mdadm: Disable Werror
authorKhem Raj <raj.khem@gmail.com>
Fri, 3 May 2019 06:29:26 +0000 (23:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 May 2019 09:40:22 +0000 (10:40 +0100)
commit7ac6ac8eb8fc3c623eba0e245fd9049dc6e2dd86
tree244d87d0dadc28af6ce3ebb9b1b644c574f18286
parent4e23b22bdf7b0e1fd16c7e53b6a7232c9c92ce95
mdadm: Disable Werror

Werror spews more warnings with gcc9, like other distros (
debian/fedora) disable Warnings as errors

Fixes

super-intel.c:696:9: error: taking address of packed member of 'struct imsm_super' may result in an unaligned pointer value [-Werror=address-of-packed-member]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/mdadm/files/debian-no-Werror.patch [new file with mode: 0644]
meta/recipes-extended/mdadm/mdadm_4.1.bb