projects
/
karo-tx-uboot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gcc-9: silence 'address-of-packed-member' warning
[karo-tx-uboot.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
6aad393
..
dcce4cb
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-576,6
+576,7
@@
ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-stack-usage.sh $(CC)),y)
endif
KBUILD_CFLAGS += $(call cc-option,-Wno-format-nonliteral)
+KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
# turn jbsr into jsr for m68k
ifeq ($(ARCH),m68k)