Remove spurious warning

This commit is contained in:
fincs 2021-04-29 17:54:15 +02:00
parent 100ebd4067
commit c7425b653e
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60

View File

@ -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)