Remove spurious warning
This commit is contained in:
parent
100ebd4067
commit
c7425b653e
2
Makefile
2
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user