library: Silence warning

This only happens with the BMP writing code.
This commit is contained in:
Antonio Niño Díaz 2022-10-13 21:02:18 +01:00
parent 937c1ed1cf
commit 008aac16cc

View File

@ -29,7 +29,7 @@ ARCH := -mthumb -mthumb-interwork
CFLAGS := -g -Wall -O2\
-march=armv5te -mtune=arm946e-s \
-fomit-frame-pointer -ffast-math \
$(ARCH)
$(ARCH) -Wno-address-of-packed-member
CFLAGS += $(INCLUDE) -DARM9
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions