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:
parent
a658cf1536
commit
e82a9e9a55
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ macro(toolchain_cc_warning_base)
|
||||||
-Wformat
|
-Wformat
|
||||||
-Wformat-security
|
-Wformat-security
|
||||||
-Wno-format-zero-length
|
-Wno-format-zero-length
|
||||||
|
# FIXME: Remove once #16587 is fixed
|
||||||
|
-Wno-address-of-packed-member
|
||||||
-Wno-main
|
-Wno-main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue