From 633e516a7420c63f00c668770e967a8166f6a600 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 19 Oct 2011 08:22:54 +0000 Subject: [PATCH] Don't want when using a (signed) char as an array subscript. --- src/build/Common.gmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/Common.gmake b/src/build/Common.gmake index b79dca41f2..57912494fe 100644 --- a/src/build/Common.gmake +++ b/src/build/Common.gmake @@ -384,7 +384,7 @@ endif ifdef DEBUG CFLAGS += -ggdb CFLAGS += -D_DEBUG - CFLAGS += -Wall + CFLAGS += -Wall -Wno-char-subscripts else # RELEASE # -finline functions breaks the baja build badly. # This also means that -O3 won't work either. -- GitLab