diff options
| author | das <das> | 2008-11-14 13:00:31 (GMT) |
|---|---|---|
| committer | das <das> | 2008-11-14 13:00:31 (GMT) |
| commit | a1ed3f0492b73a93182d66e95a5e78f587a64f14 (patch) | |
| tree | fadd578ba3deec25c529a9d525695cec2fddd967 | |
| parent | e4bc5fa51918acbc60bbc1699f18aa49c9d88b74 (diff) | |
| download | tcl-a1ed3f0492b73a93182d66e95a5e78f587a64f14.zip tcl-a1ed3f0492b73a93182d66e95a5e78f587a64f14.tar.gz tcl-a1ed3f0492b73a93182d66e95a5e78f587a64f14.tar.bz2 | |
remove -Wno-implicit-int
| -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) |
