Skip to content
Snippets Groups Projects
Commit db7b9a05 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't disable the GCC suggested parenthesis warning here

parent 01968ae8
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,6 @@ include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rule
CFLAGS += $(XPDEV-MT_CFLAGS) $(HASH_CFLAGS) $(ENCODE_CFLAGS) $(CIOLIB-MT_CFLAGS)
# Deuce doesn't want to add "useless parens" in xbr.c
CFLAGS += -Wno-parentheses
ifeq ($(os),win32)
OBJS += $(MTOBJODIR)$(DIRSEP)SDL_win32_main$(OFILE)
OBJS += $(MTOBJODIR)$(DIRSEP)win32cio$(OFILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment