chiark / gitweb /
working on compiling out of troglodyte; before relegage maskmap
[chiark-tcl.git] / base / common.make
index c24170ef0c208b22ec2175a86cac3072d2b83d36..2ebd133a18031bb1836772910079b04b7fc26380 100644 (file)
@@ -5,6 +5,7 @@ TCMDIFGEN ?=    $(BASE_DIR)/tcmdifgen
 BASE_TCT ?=    $(BASE_DIR)/base.tct
 
 CFLAGS +=      -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror \
+               -Wno-pointer-sign \
                $(OPTIMISE)
 CPPFLAGS +=    -I$(BASE_DIR)
 CPPFLAGS +=    $(TCL_MEM_DEBUG)