From b1ad0508c0f0c51b99730c614e83d2b763bcca11 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 3 Mar 2014 14:58:22 +0100 Subject: [PATCH] CORE: Less warning --- source/mupen64plus-core/projects/unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mupen64plus-core/projects/unix/Makefile b/source/mupen64plus-core/projects/unix/Makefile index cc8cfe9..40ab0da 100755 --- a/source/mupen64plus-core/projects/unix/Makefile +++ b/source/mupen64plus-core/projects/unix/Makefile @@ -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 -- 2.39.2