From: notaz Date: Tue, 22 Apr 2025 22:26:42 +0000 (+0300) Subject: disable a false-positive warning X-Git-Tag: libretro-devbuild~4^2~10 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b21c766fc243f2cc3b413bb8905a4e7ecff3f6c4;p=pcsx_rearmed.git disable a false-positive warning --- diff --git a/Makefile b/Makefile index bc4711f5..7d76d217 100644 --- a/Makefile +++ b/Makefile @@ -463,6 +463,7 @@ endif ifeq "$(USE_FRONTEND)" "1" OBJS += frontend/menu.o OBJS += frontend/libpicofe/input.o +frontend/libpicofe/input.o: CFLAGS += -Wno-array-bounds frontend/menu.o: frontend/libpicofe/menu.c ifeq "$(HAVE_TSLIB)" "1" frontend/%.o: CFLAGS += -DHAVE_TSLIB