From b21c766fc243f2cc3b413bb8905a4e7ecff3f6c4 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 23 Apr 2025 01:26:42 +0300 Subject: [PATCH] disable a false-positive warning --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5