fb_sdl: fix build on 64-bit ARM Linux

This commit is contained in:
Norman Feske 2023-11-17 21:30:37 +01:00 committed by Christian Helmuth
parent 5a75a2f930
commit 2d48e209f4

View File

@ -4,3 +4,8 @@ REQUIRES = linux
SRC_CC = main.cc
LX_LIBS = sdl2
INC_DIR += $(PRG_DIR) /usr/include/SDL2
# accept conversion warnings caused by libgcc's include/arm_neon.h
CC_OPT += -Wno-error=narrowing \
-Wno-error=float-conversion \
-Wno-error=unused-parameter