notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a88ae
)
disable a false-positive warning
author
notaz
<notasas@gmail.com>
Tue, 22 Apr 2025 22:26:42 +0000
(
01:26
+0300)
committer
notaz
<notasas@gmail.com>
Tue, 22 Apr 2025 22:26:42 +0000
(
01:26
+0300)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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