disable a false-positive warning
authornotaz <notasas@gmail.com>
Tue, 22 Apr 2025 22:26:42 +0000 (01:26 +0300)
committernotaz <notasas@gmail.com>
Tue, 22 Apr 2025 22:26:42 +0000 (01:26 +0300)
Makefile

index bc4711f..7d76d21 100644 (file)
--- 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