summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2008-11-14 13:01:39 (GMT)
committerdas <das>2008-11-14 13:01:39 (GMT)
commit57e603f476fad5da54d349dcc0ba31cb255cabba (patch)
tree40bbb401d4b536d7899ef10a8c1acf7dcd7173df
parent2799d07b553d0f692f083a9b42b8145cb47e2b93 (diff)
downloadtk-57e603f476fad5da54d349dcc0ba31cb255cabba.zip
tk-57e603f476fad5da54d349dcc0ba31cb255cabba.tar.gz
tk-57e603f476fad5da54d349dcc0ba31cb255cabba.tar.bz2
remove -Wno-implicit-int
-rw-r--r--macosx/Wish-Common.xcconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Wish-Common.xcconfig b/macosx/Wish-Common.xcconfig
index 33ed148..5b6873f 100644
--- a/macosx/Wish-Common.xcconfig
+++ b/macosx/Wish-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: Wish-Common.xcconfig,v 1.11 2008/04/01 16:30:54 dgp Exp $
+// RCS: @(#) $Id: Wish-Common.xcconfig,v 1.12 2008/11/14 13:01:39 das Exp $
//
HEADER_SEARCH_PATHS = $(TK_SRCROOT)/generic $(TK_SRCROOT)/xlib "$(DERIVED_FILE_DIR)/tcl" "$(DERIVED_FILE_DIR)/tk" $(HEADER_SEARCH_PATHS)
@@ -27,7 +27,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)
REZ_RESOURCE_MAP_READ_ONLY = YES
APPLICATION_INSTALL_PATH = /Applications/Utilities