Changeset - r1324:74eb67e35f31
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-02-06 18:38:42
tron@openttd.org
(svn r1828) New warning flag especially for truelight (:<
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -273,7 +273,7 @@ CC_VERSION = $(shell $(CC) -dumpversion 
 
# this is a workaround to test for >=
 
ifeq ($(shell if test $(CC_VERSION) -ge 29; then echo true; fi), true)
 
  CFLAGS += -O -Wall -Wno-multichar -Wsign-compare -Wstrict-prototypes
 
  CFLAGS += -Wwrite-strings
 
  CFLAGS += -Wwrite-strings -Wpointer-arith
 
endif
 
ifeq ($(shell if test $(CC_VERSION) -ge 30; then echo true; fi), true)
 
  CFLAGS += -W -Wno-unused-parameter
0 comments (0 inline, 0 general)