From 305c8c935f912467121a473f945a42a325034417 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 21 Nov 2012 03:47:35 +0200 Subject: fix various warnings the idea here was to disable them to avoid drifting from pcsx-reloaded, but there doesn't seems to be much need for syncing. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 49d5476..a2a811f 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,7 @@ ifeq "$(HAVE_NEON)" "1" OBJS += libpcsxcore/gte_neon.o endif libpcsxcore/gte.o libpcsxcore/gte_nf.o: CFLAGS += -fno-strict-aliasing -libpcsxcore/cdrom.o libpcsxcore/misc.o: CFLAGS += -Wno-pointer-sign -libpcsxcore/misc.o libpcsxcore/psxbios.o: CFLAGS += -Wno-nonnull +libpcsxcore/psxbios.o: CFLAGS += -Wno-nonnull # dynarec ifeq "$(USE_DYNAREC)" "1" -- cgit v1.2.3