From c7425b653ea68a253f8d88e9de7c89ad1fb487f9 Mon Sep 17 00:00:00 2001 From: fincs Date: Thu, 29 Apr 2021 17:54:15 +0200 Subject: [PATCH] Remove spurious warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac11488..0f0078b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft -CFLAGS := -g -Wall -Werror -mword-relocations \ +CFLAGS := -g -Wall -Wno-sizeof-array-div -Werror -mword-relocations \ -ffunction-sections -fdata-sections \ $(ARCH) $(BUILD_CFLAGS)