From 20cf9c785c3aa493a39be532642883a7a1dc360c Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Thu, 26 May 2022 11:57:12 +0200 Subject: parisc: Avoid build warnings with -Wno-stringop-overflow -Wno-array-bounds Signed-off-by: Helge Deller --- Makefile.parisc | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.1