Skip to content
Snippets Groups Projects
Commit 633e516a authored by deuce's avatar deuce
Browse files

Don't want when using a (signed) char as an array subscript.

parent 98bef6c5
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment