From e498015d612879986646f6f9b22203f68dc0264a Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Fri, 29 Jan 2010 03:59:18 +0000 Subject: [PATCH] [CHG] Disabled warnings when compiling libjpeg --- GRRLIB/lib/jpeg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GRRLIB/lib/jpeg/Makefile b/GRRLIB/lib/jpeg/Makefile index e85e191..f8be5be 100644 --- a/GRRLIB/lib/jpeg/Makefile +++ b/GRRLIB/lib/jpeg/Makefile @@ -16,7 +16,7 @@ INCD := $(DEVKITPRO)/libogc/include LIBD := $(DEVKITPRO)/libogc/lib/wii MACHDEP := -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float -CFLAGS := -O2 -Wall $(MACHDEP) -I $(INCD) +CFLAGS := -O2 $(MACHDEP) -I $(INCD) LIB := jpeg SRC := $(shell ls *.c)