diff --git a/fusee/fusee-mtc/Makefile b/fusee/fusee-mtc/Makefile index 399733b..f96fca1 100644 --- a/fusee/fusee-mtc/Makefile +++ b/fusee/fusee-mtc/Makefile @@ -46,6 +46,9 @@ -std=gnu11 \ -Werror \ -Wall \ + -Wno-array-bounds \ + -Wno-stringop-overflow \ + -Wno-stringop-overread \ -fstrict-volatile-bitfields \ $(ARCH) $(DEFINES) diff --git a/fusee/fusee-primary/Makefile b/fusee/fusee-primary/Makefile index 7f99aae..8395aa4 100644 --- a/fusee/fusee-primary/Makefile +++ b/fusee/fusee-primary/Makefile @@ -53,6 +53,9 @@ -std=gnu11 \ -Werror \ -Wall \ + -Wno-array-bounds \ + -Wno-stringop-overflow \ + -Wno-stringop-overread \ -fstrict-volatile-bitfields \ $(ARCH) $(DEFINES) diff --git a/fusee/fusee-primary/fusee-primary-main/Makefile b/fusee/fusee-primary/fusee-primary-main/Makefile index c6232b2..3335784 100644 --- a/fusee/fusee-primary/fusee-primary-main/Makefile +++ b/fusee/fusee-primary/fusee-primary-main/Makefile @@ -46,6 +46,9 @@ -std=gnu11 \ -Werror \ -Wall \ + -Wno-array-bounds \ + -Wno-stringop-overflow \ + -Wno-stringop-overread \ -fstrict-volatile-bitfields \ $(ARCH) $(DEFINES) diff --git a/fusee/fusee-secondary/Makefile b/fusee/fusee-secondary/Makefile index e75679e..a436672 100644 --- a/fusee/fusee-secondary/Makefile +++ b/fusee/fusee-secondary/Makefile @@ -55,6 +55,9 @@ -std=gnu11 \ -Werror \ -Wall \ + -Wno-array-bounds \ + -Wno-stringop-overflow \ + -Wno-stringop-overread \ -fstrict-volatile-bitfields \ $(ARCH) $(DEFINES) diff --git a/sept/sept-primary/Makefile b/sept/sept-primary/Makefile index 770cc08..f074d1d 100644 --- a/sept/sept-primary/Makefile +++ b/sept/sept-primary/Makefile @@ -46,6 +46,9 @@ -std=gnu11 \ -Werror \ -Wall \ + -Wno-array-bounds \ + -Wno-stringop-overflow \ + -Wno-stringop-overread \ -fstrict-volatile-bitfields \ $(ARCH) $(DEFINES) diff --git a/sept/sept-secondary/Makefile b/sept/sept-secondary/Makefile index 0dd9716..0785ad7 100644 --- a/sept/sept-secondary/Makefile +++ b/sept/sept-secondary/Makefile @@ -46,6 +46,9 @@ -std=gnu11 \ -Werror \ -Wall \ + -Wno-array-bounds \ + -Wno-stringop-overflow \ + -Wno-stringop-overread \ -fstrict-volatile-bitfields \ $(ARCH) $(DEFINES) diff --git a/sept/sept-secondary/key_derivation/Makefile b/sept/sept-secondary/key_derivation/Makefile index 6939c5a..15aeea8 100644 --- a/sept/sept-secondary/key_derivation/Makefile +++ b/sept/sept-secondary/key_derivation/Makefile @@ -37,6 +37,9 @@ -std=gnu11 \ -Werror \ -Wall \ + -Wno-array-bounds \ + -Wno-stringop-overflow \ + -Wno-stringop-overread \ $(ARCH) $(DEFINES) CFLAGS += $(INCLUDE)