remove -Werror as gcc has gotten more stringent

This commit is contained in:
Vince Weaver 2012-12-01 00:23:02 -05:00
parent 8a924ffd24
commit fb814a486c

View File

@ -51,5 +51,5 @@ SDL_INCLUDE= `sdl-config --cflags`
# DO NOT EDIT BELOW THIS LINE
##############################
INCLUDE_GLOBAL= -Wall -Werror -O2 $(SDL_INCLUDE)
INCLUDE_GLOBAL= -Wall -O2 $(SDL_INCLUDE)
LIBS_GLOBAL= -lm $(SDL_MIXER_LIBS) $(SDL_LIBS) $(CURSES_LIBS) $(OPENGL_LIBS)