aboutsummaryrefslogtreecommitdiff
path: root/Makefile.parisc
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-05-26 11:57:12 +0200
committerHelge Deller <deller@gmx.de>2022-05-26 11:57:12 +0200
commit20cf9c785c3aa493a39be532642883a7a1dc360c (patch)
treece1e2ade474cddabd09e5ad01d734ef332b1b4e7 /Makefile.parisc
parent70b2f0736e9594250587b81dbf2e487482e05292 (diff)
downloadseabios-hppa-20cf9c785c3aa493a39be532642883a7a1dc360c.zip
seabios-hppa-20cf9c785c3aa493a39be532642883a7a1dc360c.tar.gz
seabios-hppa-20cf9c785c3aa493a39be532642883a7a1dc360c.tar.bz2
parisc: Avoid build warnings with -Wno-stringop-overflow -Wno-array-bounds
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'Makefile.parisc')
-rw-r--r--Makefile.parisc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.parisc b/Makefile.parisc
index d3278e3..f88fbd8 100644
--- a/Makefile.parisc
+++ b/Makefile.parisc
@@ -69,6 +69,7 @@ CPPFLAGS = -P -MD -MT $@
COMMONCFLAGS := -I$(OUT) -Isrc -Ivgasrc -Os -MD -g \
-Wall -Wno-strict-aliasing -Wold-style-definition -Wno-address-of-packed-member \
+ -Wno-stringop-overflow -Wno-array-bounds \
$(call cc-option,$(CC),-Wtype-limits,) \
-fomit-frame-pointer \
-freg-struct-return -ffreestanding -fno-delete-null-pointer-checks \