No deprecation warnings
No deprecation warnings
- Subject: No deprecation warnings
- From: David Dunham <email@hidden>
- Date: Tue, 01 Sep 2009 09:51:37 -0700
One of my projects gives deprecation warnings. Another doesn't. I
don't see anything different in the build settings -- the quiet target
shows "Warn About Deprecated Functions" checked.
Here's output for one that works:
Distributed-CompileC /Volumes/spare/GameHouseFoundation.build/Debug/
GameHouseFoundation.build/Objects-normal/i386/Sprite.o sprite/
Sprite.cpp normal i386 c++ com.apple.compilers.gcc.4_2
cd /Users/david/GameHouse/ghf/development/sc4/engine
setenv DISTCC_COMPILER "gcc version 4.2.1 (Apple Inc. build 5646)"
setenv DISTCC_HOSTS localhost
setenv DISTCC_SYSTEM "10.6 (10A432, i386)"
setenv LANG en_US.US-ASCII
/Developer/usr/bin/distcc /Developer/usr/bin/gcc-4.2 -x c++ -arch i386
-fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -
O0 -Wmissing-prototypes -Wreturn-type -Woverloaded-virtual -
Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-
variable -Wunused-value -Wshadow -Wsign-compare -Wnewline-eof -
Wconversion -D_DEBUG -D_BETA -isysroot /Developer/SDKs/MacOSX10.5.sdk -
mfix-and-continue -mmacosx-version-min=10.4 -gdwarf-2 -I/Volumes/spare/
GameHouseFoundation.build/Debug/GameHouseFoundation.build/
GameHouseFoundation.hmap -fpch-preprocess -F/Users/david/GameHouse/ghf/
development/sc4/engine/build/Debug -I/Users/david/GameHouse/ghf/
development/sc4/engine/build/Debug/include -I/Users/david/GameHouse/
ghf/development/sc4/engine -I/Users/david/GameHouse/ghf/development/
sc4/engine/../extlibs/libjpeg/jpeg-6b -I/Users/david/GameHouse/ghf/
development/sc4/engine/../../extlibs/libjpeg/jpeg-6b -I/Users/david/
GameHouse/ghf/development/sc4/engine/../extlibs/libpng/libpng-1.2.8 -I/
Users/david/GameHouse/ghf/development/sc4/engine/../../extlibs/libpng/
libpng-1.2.8 -I/Users/david/GameHouse/ghf/development/sc4/engine/../
extlibs/fmod/fmod-3.74mac/VersionMac/api/inc -I/Users/david/GameHouse/
ghf/development/sc4/engine/../../extlibs/fmod/fmod-3.74mac/VersionMac/
api/inc -I/Users/david/GameHouse/ghf/development/sc4/engine/../extlibs/
tinyxml/tinyxml-2.5.3 -I/Users/david/GameHouse/ghf/development/sc4/
engine/../../extlibs/tinyxml/tinyxml-2.5.3 -I/Users/david/GameHouse/
ghf/development/sc4/engine/../extlibs/zlib/zlib-1.1.3 -I/Users/david/
GameHouse/ghf/development/sc4/engine/../../extlibs/zlib/zlib-1.1.3 -I/
Users/david/GameHouse/ghf/development/sc4/engine/../extlibs/lua/
lua-5.1.3/src -I/Users/david/GameHouse/ghf/development/sc4/
engine/../../extlibs/lua/lua-5.1.3/src -I/Users/david/GameHouse/ghf/
development/sc4/engine/../../extlibs/pyro/pyro-1.3.10/include -I/Users/
david/GameHouse/ghf/development/sc4/engine/../extlibs/boost/
boost-1.35.0 -I/Users/david/GameHouse/ghf/development/sc4/engine/../../
extlibs/boost/boost-1.35.0 -I/Volumes/spare/GameHouseFoundation.build/
Debug/GameHouseFoundation.build/DerivedSources/i386 -I/Volumes/spare/
GameHouseFoundation.build/Debug/GameHouseFoundation.build/
DerivedSources -include /var/folders/l0/l0oDPeUNFIOA6EpfenZO-k+++TI/-
Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/
GameHouseFoundation_Prefix-cbgraybmxminynehfwqsjssohxup/
GameHouseFoundation_Prefix.pch -c /Users/david/GameHouse/ghf/
development/sc4/engine/sprite/Sprite.cpp -o /Volumes/spare/
GameHouseFoundation.build/Debug/GameHouseFoundation.build/Objects-
normal/i386/Sprite.o
/Users/david/GameHouse/ghf/development/sc4/engine/sprite/Sprite.cpp:
828: warning: 'RemoveAllModifiers' is deprecated (declared at /Users/
david/GameHouse/ghf/development/sc4/engine/framework/GameNode.h:162)
and this one doesn't:
Distributed-CompileC /Volumes/spare/SuperCollapse4.build/Debug/
SuperCollapse4.build/Objects-normal/i386/DialogHighscore.o source/
dialogs/DialogHighscore.cpp normal i386 c++ com.apple.compilers.gcc.4_2
cd /Users/david/GameHouse/ghf/development/sc4
setenv DISTCC_COMPILER "gcc version 4.2.1 (Apple Inc. build 5646)"
setenv DISTCC_HOSTS localhost
setenv DISTCC_SYSTEM "10.6 (10A432, i386)"
setenv LANG en_US.US-ASCII
/Developer/usr/bin/distcc /Developer/usr/bin/gcc-4.2 -x c++ -arch i386
-fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -
O0 -fpermissive -Wmissing-prototypes -Wreturn-type -Wnon-virtual-dtor -
Weffc++ -Woverloaded-virtual -Wmissing-braces -Wparentheses -Wswitch -
Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -
Wunused-value -Wuninitialized -Wunknown-pragmas -w -pedantic -Wshadow -
Wfour-char-constants -Wsign-compare -Wnewline-eof -Wconversion -
Wshorten-64-to-32 -D_DEBUG -D_BETA -D_CHEATS -D_SOUND -isysroot /
Developer/SDKs/MacOSX10.5.sdk -mfix-and-continue -mmacosx-version-
min=10.4 -gdwarf-2 -I/Volumes/spare/SuperCollapse4.build/Debug/
SuperCollapse4.build/SuperCollapse4-D.hmap -fpch-preprocess -F/Users/
david/GameHouse/ghf/development/sc4/bin/Debug -I/Users/david/GameHouse/
ghf/development/sc4/bin/Debug/include -I/Users/david/GameHouse/ghf/
development/sc4/engine -I/Users/david/GameHouse/ghf/development/sc4/
source -I/Users/david/GameHouse/ghf/development/sc4/../extlibs/lua/
lua-5.1.3/src -I/Users/david/GameHouse/ghf/development/sc4/../extlibs/
boost/boost-1.35.0 -I/Users/david/GameHouse/ghf/development/sc4/../
extlibs/fmod/fmod-3.74mac/VersionMac/api/inc -I/Users/david/GameHouse/
ghf/development/sc4/../extlibs/box2d/Box2D_v2.0.1/Box2D/Include -I/
Volumes/spare/SuperCollapse4.build/Debug/SuperCollapse4.build/
DerivedSources/i386 -I/Volumes/spare/SuperCollapse4.build/Debug/
SuperCollapse4.build/DerivedSources -include /var/folders/l0/
l0oDPeUNFIOA6EpfenZO-k+++TI/-Caches-/com.apple.Xcode.501/
SharedPrecompiledHeaders/SuperCollapse4_Prefix-
hgahkxguicicxkazqyqmallbpsrr/SuperCollapse4_Prefix.pch -c /Users/david/
GameHouse/ghf/development/sc4/source/dialogs/DialogHighscore.cpp -o /
Volumes/spare/SuperCollapse4.build/Debug/SuperCollapse4.build/Objects-
normal/i386/DialogHighscore.o
David Dunham Macintosh Game Developer
GameHouse Studios +1 206 926 5722 www.gamehouse.com
"They said it couldn't be done but sometimes it doesn't
work out that way." -- Casey Stengel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden