compiler: no warnings on address-of-packed-member

With gcc 9.1.x on fedora 30 we are getting new warnings that turn into
errors when running sanitycheck. Disable those while the issues are
being addressed.

Relates to #16587

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-03 18:00:43 -04:00
commit e82a9e9a55

View file

@ -9,6 +9,8 @@ macro(toolchain_cc_warning_base)
-Wformat
-Wformat-security
-Wno-format-zero-length
# FIXME: Remove once #16587 is fixed
-Wno-address-of-packed-member
-Wno-main
)