aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-11-21 03:47:35 +0200
committernotaz2012-11-24 04:25:25 +0200
commit305c8c935f912467121a473f945a42a325034417 (patch)
treea66a7bf3f75b2b91508211eb5556eda30830b08e /Makefile
parent448bbcae9cc8f72f2e1d893c6ae8e071ca2b7aa9 (diff)
downloadpcsx_rearmed-305c8c935f912467121a473f945a42a325034417.tar.gz
pcsx_rearmed-305c8c935f912467121a473f945a42a325034417.tar.bz2
pcsx_rearmed-305c8c935f912467121a473f945a42a325034417.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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"