CORE: Less warning
authorptitSeb <sebastien.chev@gmail.com>
Mon, 3 Mar 2014 13:58:22 +0000 (14:58 +0100)
committerptitSeb <sebastien.chev@gmail.com>
Mon, 3 Mar 2014 13:58:22 +0000 (14:58 +0100)
source/mupen64plus-core/projects/unix/Makefile

index cc8cfe9..40ab0da 100755 (executable)
@@ -96,7 +96,7 @@ ifneq ("$(filter arm%,$(HOST_CPU))","")
     PIC ?= 1
        OSD ?= 0
     NEW_DYNAREC := 1
-    CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char -ffast-math
+    CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char -ffast-math -Wno-maybe-uninitialized -Wno-unused-function -Wno-unused-variable -Wno-unused-but-set-variable -Wno-comment 
     $(warning Architecture "$(HOST_CPU)" not officially supported.')
   endif
 endif