summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile_tiles.unix
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile_tiles.unix')
-rw-r--r--crawl-ref/source/makefile_tiles.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile_tiles.unix b/crawl-ref/source/makefile_tiles.unix
index f364506d7b..0fd7fdebbb 100644
--- a/crawl-ref/source/makefile_tiles.unix
+++ b/crawl-ref/source/makefile_tiles.unix
@@ -125,7 +125,7 @@ LIB = -L$(LUASRC) -l$(LUALIB) $(LIBDBM) -lpng $(SDL_LDFLAGS) -lGL -lGLU -lSDL_im
INCLUDES := $(INCLUDES) -Iutil -I. -I$(LUASRC) $(EXTRA_INCLUDES) $(PNG_INCLUDE) $(FREETYPE_INCLUDE)
-CFWARN := -Wall -Wwrite-strings -Wshadow -pedantic
+CFWARN := -Wall -Wwrite-strings -Wshadow -pedantic -Wno-parentheses
CFOTHERS := -fsigned-char -D$(OS_TYPE) $(EXTRA_FLAGS) -DCLUA_BINDINGS