diff options
author | das <das> | 2008-11-14 13:00:31 (GMT) |
---|---|---|
committer | das <das> | 2008-11-14 13:00:31 (GMT) |
commit | b50d1b7d4bc3badecfe621f5fc464b0fd365a97c (patch) | |
tree | fadd578ba3deec25c529a9d525695cec2fddd967 /macosx | |
parent | 1dc34345abbeeb394c746abc809889b36af93584 (diff) | |
download | tcl-b50d1b7d4bc3badecfe621f5fc464b0fd365a97c.zip tcl-b50d1b7d4bc3badecfe621f5fc464b0fd365a97c.tar.gz tcl-b50d1b7d4bc3badecfe621f5fc464b0fd365a97c.tar.bz2 |
remove -Wno-implicit-int
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Tcl-Common.xcconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Tcl-Common.xcconfig b/macosx/Tcl-Common.xcconfig index c26b991..9f7f1b4 100644 --- a/macosx/Tcl-Common.xcconfig +++ b/macosx/Tcl-Common.xcconfig @@ -9,7 +9,7 @@ // See the file "license.terms" for information on usage and redistribution // of this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// RCS: @(#) $Id: Tcl-Common.xcconfig,v 1.11 2008/04/01 16:23:42 dgp Exp $ +// RCS: @(#) $Id: Tcl-Common.xcconfig,v 1.12 2008/11/14 13:00:31 das Exp $ // HEADER_SEARCH_PATHS = "$(DERIVED_FILE_DIR)/tcl" $(HEADER_SEARCH_PATHS) @@ -24,7 +24,7 @@ GCC = $(DEVELOPER_DIR)/usr/bin/gcc GCC_VERSION = 4.0 CC = $(GCC)-$(GCC_VERSION) LD = $(CC) -WARNING_CFLAGS_GCC3 = -Wall -Wno-implicit-int -Wno-unused-parameter -Wno-deprecated-declarations +WARNING_CFLAGS_GCC3 = -Wall -Wno-unused-parameter -Wno-deprecated-declarations WARNING_CFLAGS = -Wextra -Wno-missing-field-initializers -Winit-self -Wpointer-arith -Wcast-align -Wdisabled-optimization -Winline $(WARNING_CFLAGS_GCC3) $(WARNING_CFLAGS) BINDIR = $(PREFIX)/bin CFLAGS = $(CFLAGS) |