Jump to content

Xubuntu 13.10 SVN 14346 Warnings


AdJaGu
 Share

Recommended Posts

These are the steps I took from a fresh install of Xubuntu 13.10 x86 to install build dependencies and build 0 A.D.

Install dependencies

sudo apt-get install build-essential libboost-dev libboost-filesystem-dev libboost-signals-dev libcurl4-gnutls-dev libenet-dev libgloox-dev libjpeg-dev libmozjs185-dev libnvtt-dev libogg-dev libopenal-dev libpng-dev libsdl-dev libvorbis-dev libwxgtk2.8-dev libwxgtk2.8-dbg libxcursor-dev libxml2-dev subversion zlib1g-dev
Now from terminal

cd ~mkdir Sourcecd ~/Sourcesvn co http://svn.wildfiregames.com/public/ps/trunk/ 0adcd 0ad/build/workspaces./update-workspaces.sh --with-system-enet --with-system-nvtt --with-system-mozjs185 -j2cd gccmake -j2cd ../../../binaries/system/test
Since my initial install of build dependencies and building of 0 A.D. I have used the following file to update svn and rebuild 0 A.D.

uandr.sh

#!/bin/shset -esvn upcd build/workspaces./clean-workspaces.sh./update-workspaces.sh --with-system-enet --with-system-nvtt --with-system-mozjs185 -j2cd gccmake cleanmake -j2cd ../../../binaries/system/test
xubuntu-13.10_svn-14346_build-warnings.txt

kelly@mommas:~$ cd ~/Source/0adkelly@mommas:~/Source/0ad$ ./uandr.shUpdating '.':At revision 14346.Cleaning bundled third-party dependencies...Cleaning Premake4Cleaning Premake4Cleaning Premake4Cleaning build output...Done. Try running update-workspaces.sh again now.Updating bundled third-party dependencies...FCollada/FCollada.cppFCollada/FColladaPlugin.cppFCollada/FCDocument/FCDAnimated.cppFCollada/FCDocument/FCDAnimationChannel.cppFCollada/FCDocument/FCDAnimationClip.cppFCollada/FCDocument/FCDAnimationClipTools.cppFCollada/FCDocument/FCDAnimation.cppFCollada/FCDocument/FCDAnimationCurve.cppFCollada/FCDocument/FCDAnimationCurveTools.cppFCollada/FCDocument/FCDAnimationKey.cppFCollada/FCDocument/FCDAnimationMultiCurve.cppFCollada/FCDocument/FCDAsset.cppFCollada/FCDocument/FCDCamera.cppFCollada/FCDocument/FCDController.cppFCollada/FCDocument/FCDControllerInstance.cppFCollada/FCDocument/FCDControllerTools.cppFCollada/FCDocument/FCDEffectCode.cppFCollada/FCDocument/FCDEffect.cppFCollada/FCDocument/FCDEffectParameter.cppFCollada/FCDocument/FCDEffectParameterFactory.cppFCollada/FCDocument/FCDEffectParameterSampler.cppFCollada/FCDocument/FCDEffectParameterSurface.cppFCollada/FCDocument/FCDEffectPass.cppFCollada/FCDocument/FCDEffectPassShader.cppFCollada/FCDocument/FCDEffectPassState.cppFCollada/FCDocument/FCDEffectProfile.cppFCollada/FCDocument/FCDEffectProfileFX.cppFCollada/FCDocument/FCDEffectStandard.cppFCollada/FCDocument/FCDEffectTechnique.cppFCollada/FCDocument/FCDEffectTools.cppFCollada/FCDocument/FCDEmitter.cppFCollada/FCDocument/FCDEmitterInstance.cppFCollada/FCDocument/FCDEmitterObject.cppFCollada/FCDocument/FCDEmitterParticle.cppFCollada/FCDocument/FCDEntity.cppFCollada/FCDocument/FCDEntityInstance.cppFCollada/FCDocument/FCDEntityReference.cppFCollada/FCDocument/FCDExternalReferenceManager.cppFCollada/FCDocument/FCDExtra.cppFCollada/FCDocument/FCDForceDeflector.cppFCollada/FCDocument/FCDForceDrag.cppFCollada/FCDocument/FCDForceField.cppFCollada/FCDocument/FCDForceGravity.cppFCollada/FCDocument/FCDForcePBomb.cppFCollada/FCDocument/FCDForceWind.cppFCollada/FCDocument/FCDGeometry.cppFCollada/FCDocument/FCDGeometryInstance.cppFCollada/FCDocument/FCDGeometryMesh.cppFCollada/FCDocument/FCDGeometryNURBSSurface.cppFCollada/FCDocument/FCDGeometryPolygons.cppFCollada/FCDocument/FCDGeometryPolygonsInput.cppFCollada/FCDocument/FCDGeometryPolygonsTools.cppFCollada/FCDocument/FCDGeometrySource.cppFCollada/FCDocument/FCDGeometrySpline.cppFCollada/FCDocument/FCDImage.cppFCollada/FCDocument/FCDLibrary.cppFCollada/FCDocument/FCDLight.cppFCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDAnimation]:FCollada/FCDocument/FCDLibrary.cpp:149:30:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]  const T* cptr = ((const FCDLibrary<T>*)l1)->GetEntity(0);           ^FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDAnimationClip]:FCollada/FCDocument/FCDLibrary.cpp:150:34:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDCamera]:FCollada/FCDocument/FCDLibrary.cpp:151:27:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDController]:FCollada/FCDocument/FCDLibrary.cpp:152:31:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDEffect]:FCollada/FCDocument/FCDLibrary.cpp:153:27:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDEmitter]:FCollada/FCDocument/FCDLibrary.cpp:154:28:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDForceField]:FCollada/FCDocument/FCDLibrary.cpp:155:31:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDGeometry]:FCollada/FCDocument/FCDLibrary.cpp:156:29:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDImage]:FCollada/FCDocument/FCDLibrary.cpp:157:26:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDLight]:FCollada/FCDocument/FCDLibrary.cpp:158:26:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDMaterial]:FCollada/FCDocument/FCDLibrary.cpp:159:29:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDSceneNode]:FCollada/FCDocument/FCDLibrary.cpp:160:30:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsModel]:FCollada/FCDocument/FCDLibrary.cpp:161:33:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsMaterial]:FCollada/FCDocument/FCDLibrary.cpp:162:36:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsScene]:FCollada/FCDocument/FCDLibrary.cpp:163:33:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLightTools.cppFCollada/FCDocument/FCDMaterial.cppFCollada/FCDocument/FCDMaterialInstance.cppFCollada/FCDocument/FCDMorphController.cppFCollada/FCDocument/FCDObject.cppFCollada/FCDocument/FCDObjectWithId.cppFCollada/FCDocument/FCDocument.cppFCollada/FCDocument/FCDocumentTools.cppFCollada/FCDocument/FCDParameterAnimatable.cppFCollada/FCDocument/FCDParticleModifier.cppFCollada/FCDocument/FCDPhysicsAnalyticalGeometry.cppFCollada/FCDocument/FCDPhysicsForceFieldInstance.cppFCollada/FCDocument/FCDPhysicsMaterial.cppFCollada/FCDocument/FCDPhysicsModel.cppFCollada/FCDocument/FCDPhysicsModelInstance.cppFCollada/FCDocument/FCDPhysicsRigidBody.cppFCollada/FCDocument/FCDPhysicsRigidBodyInstance.cppFCollada/FCDocument/FCDPhysicsRigidBodyParameters.cppFCollada/FCDocument/FCDPhysicsRigidConstraint.cppFCollada/FCDocument/FCDPhysicsRigidConstraintInstance.cppFCollada/FCDocument/FCDPhysicsScene.cppFCollada/FCDocument/FCDPhysicsShape.cppFCollada/FCDocument/FCDPlaceHolder.cppFCollada/FCDocument/FCDSceneNode.cppFCollada/FCDocument/FCDSceneNodeIterator.cppFCollada/FCDocument/FCDSceneNodeTools.cppFCollada/FCDocument/FCDSkinController.cppFCollada/FCDocument/FCDTargetedEntity.cppFCollada/FCDocument/FCDTexture.cppFCollada/FCDocument/FCDTransform.cppFCollada/FCDocument/FCDVersion.cppFCollada/FMath/FMAllocator.cppFCollada/FMath/FMAngleAxis.cppFCollada/FMath/FMColor.cppFCollada/FMath/FMInterpolation.cppFCollada/FMath/FMLookAt.cppFCollada/FMath/FMMatrix33.cppFCollada/FMath/FMMatrix44.cppFCollada/FMath/FMQuaternion.cppFCollada/FMath/FMRandom.cppFCollada/FMath/FMSkew.cppFCollada/FMath/FMVector3.cppFCollada/FMath/FMVolume.cppFCollada/FUtils/FUAssert.cppFCollada/FUtils/FUBase64.cppFCollada/FUtils/FUBoundingBox.cppFCollada/FUtils/FUBoundingSphere.cppFCollada/FUtils/FUCrc32.cppFCollada/FUtils/FUCriticalSection.cppFCollada/FUtils/FUDaeEnum.cppFCollada/FUtils/FUDateTime.cppFCollada/FUtils/FUDebug.cppFCollada/FUtils/FUError.cppFCollada/FUtils/FUErrorLog.cppFCollada/FUtils/FUFile.cppFCollada/FUtils/FUFileManager.cppFCollada/FUtils/FULogFile.cppFCollada/FUtils/FUObject.cppFCollada/FUtils/FUObjectType.cppFCollada/FUtils/FUParameter.cppFCollada/FUtils/FUParameterizable.cppFCollada/FUtils/FUPluginManager.cppFCollada/FUtils/FUSemaphore.cppIn file included from FCollada/FUtils/FUSemaphore.cpp:10:0:FCollada/FUtils/FUSemaphore.h:36:2: warning: #warning "FUSemaphore: Semaphore not implemented for non Windows" [-Wcpp] #warning "FUSemaphore: Semaphore not implemented for non Windows"  ^FCollada/FUtils/FUStringBuilder.cppFCollada/FUtils/FUStringConversion.cppFCollada/FUtils/FUStringConversion.cpp: In function void TrickLinkerFUStringConversion():FCollada/FUtils/FUStringConversion.cpp:278:8: warning: variable f set but not used [-Wunused-but-set-variable]  float f = FUStringConversion::ToFloat(&c);        ^FCollada/FUtils/FUStringConversion.cpp:280:7: warning: variable b set but not used [-Wunused-but-set-variable]  bool b = FUStringConversion::ToBoolean(c);       ^FCollada/FUtils/FUStringConversion.cpp:282:8: warning: variable i32 set but not used [-Wunused-but-set-variable]  int32 i32 = FUStringConversion::ToInt32(&c);        ^FCollada/FUtils/FUStringConversion.cpp:284:9: warning: variable u32 set but not used [-Wunused-but-set-variable]  uint32 u32 = FUStringConversion::ToUInt32(&c);         ^FCollada/FUtils/FUSynchronizableObject.cppFCollada/FUtils/FUThread.cppIn file included from FCollada/FUtils/FUThread.cpp:10:0:FCollada/FUtils/FUThread.h:30:2: warning: #warning "Threads not yet implemented for non Windows." [-Wcpp] #warning "Threads not yet implemented for non Windows."  ^FCollada/FUtils/FUTracker.cppFCollada/FUtils/FUUniqueStringMap.cppFCollada/FUtils/FUUri.cppFCollada/FUtils/FUXmlDocument.cppFCollada/FUtils/FUXmlParser.cppFCollada/FUtils/FUXmlWriter.cppFColladaPlugins/FArchiveXML/FArchiveXML.cppFColladaPlugins/FArchiveXML/FAXAnimationExport.cppFColladaPlugins/FArchiveXML/FAXAnimationImport.cppFColladaPlugins/FArchiveXML/FAXCameraExport.cppFColladaPlugins/FArchiveXML/FAXCameraImport.cppFColladaPlugins/FArchiveXML/FAXColladaParser.cppFColladaPlugins/FArchiveXML/FAXColladaWriter.cppFColladaPlugins/FArchiveXML/FAXControllerExport.cppFColladaPlugins/FArchiveXML/FAXControllerImport.cppFColladaPlugins/FArchiveXML/FAXEmitterExport.cppFColladaPlugins/FArchiveXML/FAXEmitterImport.cppFColladaPlugins/FArchiveXML/FAXEntityExport.cppFColladaPlugins/FArchiveXML/FAXEntityImport.cppFColladaPlugins/FArchiveXML/FAXForceFieldExport.cppFColladaPlugins/FArchiveXML/FAXForceFieldImport.cppFColladaPlugins/FArchiveXML/FAXGeometryExport.cppFColladaPlugins/FArchiveXML/FAXGeometryImport.cppFColladaPlugins/FArchiveXML/FAXImportLinking.cppFColladaPlugins/FArchiveXML/FAXInstanceExport.cppFColladaPlugins/FArchiveXML/FAXInstanceImport.cppFColladaPlugins/FArchiveXML/FAXLightExport.cppFColladaPlugins/FArchiveXML/FAXLightImport.cppFColladaPlugins/FArchiveXML/FAXMaterialExport.cppFColladaPlugins/FArchiveXML/FAXMaterialImport.cppFColladaPlugins/FArchiveXML/FAXPhysicsExport.cppFColladaPlugins/FArchiveXML/FAXPhysicsImport.cppFColladaPlugins/FArchiveXML/FAXSceneExport.cppFColladaPlugins/FArchiveXML/FAXSceneImport.cppFCollada/FCollada.cppFCollada/FColladaPlugin.cppFCollada/FCDocument/FCDAnimated.cppFCollada/FCDocument/FCDAnimationChannel.cppFCollada/FCDocument/FCDAnimationClip.cppFCollada/FCDocument/FCDAnimationClipTools.cppFCollada/FCDocument/FCDAnimation.cppFCollada/FCDocument/FCDAnimationCurve.cppFCollada/FCDocument/FCDAnimationCurveTools.cppFCollada/FCDocument/FCDAnimationKey.cppFCollada/FCDocument/FCDAnimationMultiCurve.cppFCollada/FCDocument/FCDAsset.cppFCollada/FCDocument/FCDCamera.cppFCollada/FCDocument/FCDController.cppFCollada/FCDocument/FCDControllerInstance.cppFCollada/FCDocument/FCDControllerTools.cppFCollada/FCDocument/FCDEffectCode.cppFCollada/FCDocument/FCDEffect.cppFCollada/FCDocument/FCDEffectParameter.cppFCollada/FCDocument/FCDEffectParameterFactory.cppFCollada/FCDocument/FCDEffectParameterSampler.cppFCollada/FCDocument/FCDEffectParameterSurface.cppFCollada/FCDocument/FCDEffectPass.cppFCollada/FCDocument/FCDEffectPassShader.cppFCollada/FCDocument/FCDEffectPassState.cppFCollada/FCDocument/FCDEffectProfile.cppFCollada/FCDocument/FCDEffectProfileFX.cppFCollada/FCDocument/FCDEffectStandard.cppFCollada/FCDocument/FCDEffectTechnique.cppFCollada/FCDocument/FCDEffectTools.cppFCollada/FCDocument/FCDEmitter.cppFCollada/FCDocument/FCDEmitterInstance.cppFCollada/FCDocument/FCDEmitterObject.cppFCollada/FCDocument/FCDEmitterParticle.cppFCollada/FCDocument/FCDEntity.cppFCollada/FCDocument/FCDEntityInstance.cppFCollada/FCDocument/FCDEntityReference.cppFCollada/FCDocument/FCDExternalReferenceManager.cppFCollada/FCDocument/FCDExtra.cppFCollada/FCDocument/FCDForceDeflector.cppFCollada/FCDocument/FCDForceDrag.cppFCollada/FCDocument/FCDForceField.cppFCollada/FCDocument/FCDForceGravity.cppFCollada/FCDocument/FCDForcePBomb.cppFCollada/FCDocument/FCDForceWind.cppFCollada/FCDocument/FCDGeometry.cppFCollada/FCDocument/FCDGeometryInstance.cppFCollada/FCDocument/FCDGeometryMesh.cppFCollada/FCDocument/FCDGeometryNURBSSurface.cppFCollada/FCDocument/FCDGeometryPolygons.cppFCollada/FCDocument/FCDGeometryPolygonsInput.cppFCollada/FCDocument/FCDGeometryPolygonsTools.cppFCollada/FCDocument/FCDGeometrySource.cppFCollada/FCDocument/FCDGeometrySpline.cppFCollada/FCDocument/FCDImage.cppFCollada/FCDocument/FCDLibrary.cppFCollada/FCDocument/FCDLight.cppFCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDAnimation]:FCollada/FCDocument/FCDLibrary.cpp:149:30:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]  const T* cptr = ((const FCDLibrary<T>*)l1)->GetEntity(0);           ^FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDAnimationClip]:FCollada/FCDocument/FCDLibrary.cpp:150:34:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDCamera]:FCollada/FCDocument/FCDLibrary.cpp:151:27:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDController]:FCollada/FCDocument/FCDLibrary.cpp:152:31:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDEffect]:FCollada/FCDocument/FCDLibrary.cpp:153:27:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDEmitter]:FCollada/FCDocument/FCDLibrary.cpp:154:28:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDForceField]:FCollada/FCDocument/FCDLibrary.cpp:155:31:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDGeometry]:FCollada/FCDocument/FCDLibrary.cpp:156:29:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDImage]:FCollada/FCDocument/FCDLibrary.cpp:157:26:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDLight]:FCollada/FCDocument/FCDLibrary.cpp:158:26:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDMaterial]:FCollada/FCDocument/FCDLibrary.cpp:159:29:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDSceneNode]:FCollada/FCDocument/FCDLibrary.cpp:160:30:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsModel]:FCollada/FCDocument/FCDLibrary.cpp:161:33:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsMaterial]:FCollada/FCDocument/FCDLibrary.cpp:162:36:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsScene]:FCollada/FCDocument/FCDLibrary.cpp:163:33:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLightTools.cppFCollada/FCDocument/FCDMaterial.cppFCollada/FCDocument/FCDMaterialInstance.cppFCollada/FCDocument/FCDMorphController.cppFCollada/FCDocument/FCDObject.cppFCollada/FCDocument/FCDObjectWithId.cppFCollada/FCDocument/FCDocument.cppFCollada/FCDocument/FCDocumentTools.cppFCollada/FCDocument/FCDParameterAnimatable.cppFCollada/FCDocument/FCDParticleModifier.cppFCollada/FCDocument/FCDPhysicsAnalyticalGeometry.cppFCollada/FCDocument/FCDPhysicsForceFieldInstance.cppFCollada/FCDocument/FCDPhysicsMaterial.cppFCollada/FCDocument/FCDPhysicsModel.cppFCollada/FCDocument/FCDPhysicsModelInstance.cppFCollada/FCDocument/FCDPhysicsRigidBody.cppFCollada/FCDocument/FCDPhysicsRigidBodyInstance.cppFCollada/FCDocument/FCDPhysicsRigidBodyParameters.cppFCollada/FCDocument/FCDPhysicsRigidConstraint.cppFCollada/FCDocument/FCDPhysicsRigidConstraintInstance.cppFCollada/FCDocument/FCDPhysicsScene.cppFCollada/FCDocument/FCDPhysicsShape.cppFCollada/FCDocument/FCDPlaceHolder.cppFCollada/FCDocument/FCDSceneNode.cppFCollada/FCDocument/FCDSceneNodeIterator.cppFCollada/FCDocument/FCDSceneNodeTools.cppFCollada/FCDocument/FCDSkinController.cppFCollada/FCDocument/FCDTargetedEntity.cppFCollada/FCDocument/FCDTexture.cppFCollada/FCDocument/FCDTransform.cppFCollada/FCDocument/FCDVersion.cppFCollada/FMath/FMAllocator.cppFCollada/FMath/FMAngleAxis.cppFCollada/FMath/FMColor.cppFCollada/FMath/FMInterpolation.cppFCollada/FMath/FMLookAt.cppFCollada/FMath/FMMatrix33.cppFCollada/FMath/FMMatrix44.cppFCollada/FMath/FMQuaternion.cppFCollada/FMath/FMRandom.cppFCollada/FMath/FMSkew.cppFCollada/FMath/FMVector3.cppFCollada/FMath/FMVolume.cppFCollada/FUtils/FUAssert.cppFCollada/FUtils/FUBase64.cppFCollada/FUtils/FUBoundingBox.cppFCollada/FUtils/FUBoundingSphere.cppFCollada/FUtils/FUCrc32.cppFCollada/FUtils/FUCriticalSection.cppFCollada/FUtils/FUDaeEnum.cppFCollada/FUtils/FUDateTime.cppFCollada/FUtils/FUDebug.cppFCollada/FUtils/FUError.cppFCollada/FUtils/FUErrorLog.cppFCollada/FUtils/FUFile.cppFCollada/FUtils/FUFileManager.cppFCollada/FUtils/FULogFile.cppFCollada/FUtils/FUObject.cppFCollada/FUtils/FUObjectType.cppFCollada/FUtils/FUParameter.cppFCollada/FUtils/FUParameterizable.cppFCollada/FUtils/FUPluginManager.cppFCollada/FUtils/FUSemaphore.cppIn file included from FCollada/FUtils/FUSemaphore.cpp:10:0:FCollada/FUtils/FUSemaphore.h:36:2: warning: #warning "FUSemaphore: Semaphore not implemented for non Windows" [-Wcpp] #warning "FUSemaphore: Semaphore not implemented for non Windows"  ^FCollada/FUtils/FUStringBuilder.cppFCollada/FUtils/FUStringConversion.cppFCollada/FUtils/FUStringConversion.cpp: In function void TrickLinkerFUStringConversion():FCollada/FUtils/FUStringConversion.cpp:278:8: warning: variable f set but not used [-Wunused-but-set-variable]  float f = FUStringConversion::ToFloat(&c);        ^FCollada/FUtils/FUStringConversion.cpp:280:7: warning: variable b set but not used [-Wunused-but-set-variable]  bool b = FUStringConversion::ToBoolean(c);       ^FCollada/FUtils/FUStringConversion.cpp:282:8: warning: variable i32 set but not used [-Wunused-but-set-variable]  int32 i32 = FUStringConversion::ToInt32(&c);        ^FCollada/FUtils/FUStringConversion.cpp:284:9: warning: variable u32 set but not used [-Wunused-but-set-variable]  uint32 u32 = FUStringConversion::ToUInt32(&c);         ^FCollada/FUtils/FUSynchronizableObject.cppFCollada/FUtils/FUThread.cppIn file included from FCollada/FUtils/FUThread.cpp:10:0:FCollada/FUtils/FUThread.h:30:2: warning: #warning "Threads not yet implemented for non Windows." [-Wcpp] #warning "Threads not yet implemented for non Windows."  ^FCollada/FUtils/FUTracker.cppFCollada/FUtils/FUUniqueStringMap.cppFCollada/FUtils/FUUri.cppFCollada/FUtils/FUXmlDocument.cppFCollada/FUtils/FUXmlParser.cppFCollada/FUtils/FUXmlWriter.cppFColladaPlugins/FArchiveXML/FArchiveXML.cppFColladaPlugins/FArchiveXML/FAXAnimationExport.cppFColladaPlugins/FArchiveXML/FAXAnimationImport.cppFColladaPlugins/FArchiveXML/FAXCameraExport.cppFColladaPlugins/FArchiveXML/FAXCameraImport.cppFColladaPlugins/FArchiveXML/FAXColladaParser.cppFColladaPlugins/FArchiveXML/FAXColladaWriter.cppFColladaPlugins/FArchiveXML/FAXControllerExport.cppFColladaPlugins/FArchiveXML/FAXControllerImport.cppFColladaPlugins/FArchiveXML/FAXEmitterExport.cppFColladaPlugins/FArchiveXML/FAXEmitterImport.cppFColladaPlugins/FArchiveXML/FAXEntityExport.cppFColladaPlugins/FArchiveXML/FAXEntityImport.cppFColladaPlugins/FArchiveXML/FAXForceFieldExport.cppFColladaPlugins/FArchiveXML/FAXForceFieldImport.cppFColladaPlugins/FArchiveXML/FAXGeometryExport.cppFColladaPlugins/FArchiveXML/FAXGeometryImport.cppFColladaPlugins/FArchiveXML/FAXImportLinking.cppFColladaPlugins/FArchiveXML/FAXInstanceExport.cppFColladaPlugins/FArchiveXML/FAXInstanceImport.cppFColladaPlugins/FArchiveXML/FAXLightExport.cppFColladaPlugins/FArchiveXML/FAXLightImport.cppFColladaPlugins/FArchiveXML/FAXMaterialExport.cppFColladaPlugins/FArchiveXML/FAXMaterialImport.cppFColladaPlugins/FArchiveXML/FAXPhysicsExport.cppFColladaPlugins/FArchiveXML/FAXPhysicsImport.cppFColladaPlugins/FArchiveXML/FAXSceneExport.cppFColladaPlugins/FArchiveXML/FAXSceneImport.cppoutput/libFColladaSD.aoutput/libFColladaSR.aBuilding libminiupnpc...make: Nothing to be done for `all'.make: Entering directory `/home/kelly/Source/0ad/build/premake/premake4/build/gmake.unix'==== Building Premake4 (release) ====Creating obj/Releasepath_isabsolute.cos_getversion.cos_isfile.cos_uuid.cos_chdir.cos_pathsearch.cos_rmdir.cos_match.cscripts.cos_copyfile.cos_isdir.cos_mkdir.cos_getcwd.cpremake.cstring_endswith.cloadlib.cldebug.clstring.clparser.clfunc.cldump.cliolib.clgc.clundump.clopcodes.clmem.clstate.cltm.cldo.clzio.clstrlib.clapi.clbaselib.cltablib.cllex.closlib.cltable.clinit.cldblib.clmathlib.clobject.clvm.clcode.clauxlib.cLinking Premake4make: Leaving directory `/home/kelly/Source/0ad/build/premake/premake4/build/gmake.unix'Premake args:  --with-system-enet --with-system-nvtt --with-system-mozjs185 --collada --atlasBuilding configurations...Running action 'gmake'...Generating ../workspaces/gcc/Makefile...Generating ../workspaces/gcc/pyrogenesis.make...Generating ../workspaces/gcc/network.make...Generating ../workspaces/gcc/lobby.make...Generating ../workspaces/gcc/glooxwrapper.make...Generating ../workspaces/gcc/simulation2.make...Generating ../workspaces/gcc/scriptinterface.make...Generating ../workspaces/gcc/engine.make...Generating ../workspaces/gcc/graphics.make...Generating ../workspaces/gcc/atlas.make...Generating ../workspaces/gcc/gui.make...Generating ../workspaces/gcc/lowlevel.make...Generating ../workspaces/gcc/mongoose.make...Generating ../workspaces/gcc/mocks_real.make...Generating ../workspaces/gcc/mocks_test.make...Generating ../workspaces/gcc/AtlasObject.make...Generating ../workspaces/gcc/AtlasScript.make...Generating ../workspaces/gcc/AtlasUI.make...Generating ../workspaces/gcc/ActorEditor.make...Generating ../workspaces/gcc/Collada.make...Generating ../workspaces/gcc/test.make...Done.Building configurations...Running action 'codeblocks'...Generating ../workspaces/codeblocks/pyrogenesis.workspace...Generating ../workspaces/codeblocks/pyrogenesis.cbp...Generating ../workspaces/codeblocks/network.cbp...Generating ../workspaces/codeblocks/lobby.cbp...Generating ../workspaces/codeblocks/glooxwrapper.cbp...Generating ../workspaces/codeblocks/simulation2.cbp...Generating ../workspaces/codeblocks/scriptinterface.cbp...Generating ../workspaces/codeblocks/engine.cbp...Generating ../workspaces/codeblocks/graphics.cbp...Generating ../workspaces/codeblocks/atlas.cbp...Generating ../workspaces/codeblocks/gui.cbp...Generating ../workspaces/codeblocks/lowlevel.cbp...Generating ../workspaces/codeblocks/mongoose.cbp...Generating ../workspaces/codeblocks/mocks_real.cbp...Generating ../workspaces/codeblocks/mocks_test.cbp...Generating ../workspaces/codeblocks/AtlasObject.cbp...Generating ../workspaces/codeblocks/AtlasScript.cbp...Generating ../workspaces/codeblocks/AtlasUI.cbp...Generating ../workspaces/codeblocks/ActorEditor.cbp...Generating ../workspaces/codeblocks/Collada.cbp...Generating ../workspaces/codeblocks/test.cbp...Done.Cleaning pyrogenesisCleaning networkCleaning lobbyCleaning glooxwrapperCleaning simulation2Cleaning scriptinterfaceCleaning engineCleaning graphicsCleaning atlasCleaning guiCleaning lowlevelCleaning mongooseCleaning mocks_realCleaning mocks_testCleaning AtlasObjectCleaning AtlasScriptCleaning AtlasUICleaning ActorEditorCleaning ColladaCleaning test==== Building mocks_real (release) ======== Building network (release) ====Creating obj/mocks_real_Releasemocks_real.cppCreating obj/network_Releaseprecompiled.hLinking mocks_real==== Building lobby (release) ====Creating obj/lobby_Releaseprecompiled.hNetServer.cppXmppClient.cppNetMessageSim.cppGlobals.cppStanzaExtensions.cppJSInterface_Lobby.cppNetTurnManager.cppprecompiled.cppsha.cppLinking lobby==== Building glooxwrapper (release) ====Creating obj/glooxwrapper_Releaseprecompiled.hprecompiled.cppglooxwrapper.cppNetHost.cppfsm.cppNetSession.cppLinking glooxwrapper==== Building simulation2 (release) ====Creating obj/simulation2_Releaseprecompiled.hNetClient.cppCCmpRangeManager.cppNetStats.cppNetMessage.cppprecompiled.cppNetFileTransfer.cppICmpObstructionManager.cppLinking network==== Building scriptinterface (release) ====Creating obj/scriptinterface_Releaseprecompiled.hICmpVision.cppCCmpVision.cppScriptInterface.cppCCmpProjectileManager.cppCCmpPosition.cppICmpPosition.cppCCmpVisualActor.cppScriptStats.cppScriptConversions.cppICmpProjectileManager.cppICmpTemplateManager.cppScriptVal.cppAutoRooters.cppCCmpUnitMotion.cppThreadDebugger.cppCCmpTerritoryInfluence.cppCCmpTerrain.cppprecompiled.cppDebuggingServer.cppCCmpObstruction.cppLinking scriptinterface==== Building engine (release) ====Creating obj/engine_Releaseprecompiled.hICmpTechnologyTemplateManager.cppICmpCommandQueue.cppCCmpPathfinder.cppErrors.cppCompress.cppProfile.cppUserReport.cppICmpUnitMotion.cppPreprocessorWrapper.cppCStr.cppICmpTest.cppICmpAIInterface.cppICmpSelectable.cppCacheLoader.cppICmpTerritoryInfluence.cppICmpDecay.cppICmpGuiInterface.cppProfileViewer.cppCCmpMinimap.cppCCmpTest.cppSavedGame.cppICmpUnknownScript.cppCCmpParticleManager.cppCCmpSelectable.cppFilesystem.cppTouchInput.cppICmpRallyPointRenderer.cppPreprocessor.cppCCmpCommandQueue.cppICmpAIManager.cppDllLoader.cppCLogger.cppCCmpDecay.cppICmpFootprint.cppICmpIdentity.cppCCmpFootprint.cppParser.cppCCmpTerritoryManager.cppArchiveBuilder.cppCCmpAIManager.cppFileIo.cppCStrIntern.cppPyrogenesis.cppThreadUtil.cppCConsole.cppICmpObstruction.cppICmpMinimap.cppOverlay.cppCCmpOwnership.cppReplay.cppICmpPlayer.cppICmpParticleManager.cppUtil.cppCCmpMotionBall.cppICmpOverlayRenderer.cppGlobals.cppICmpPlayerManager.cppVideoMode.cppICmpValueModificationManager.cppKeyName.cppProfiler2GPU.cppICmpRangeManager.cppICmpTerritoryManager.cppCCmpWaterManager.cppCCmpPathfinder_Vertex.cppWorld.cppConfigDB.cppGUID.cppCCmpOverlayRenderer.cppJoystick.cppProfiler2.cppCCmpRallyPointRenderer.cppHotkey.cppLoader.cppJSInterface_VFS.cppJSInterface_ConfigDB.cppJSInterface_Console.cppICmpSoundManager.cppCmdLineArgs.cppCCmpObstructionManager.cppGameSetup.cppCCmpSoundManager.cppAtlas.cppConfig.cppICmpPathfinder.cppHWDetect.cppICmpSettlement.cppCCmpTemplateManager.cppPaths.cppXMLWriter.cppICmpOwnership.cppCCmpPathfinder_Tile.cppXeromyces.cppRelaxNG.cppICmpVisual.cppXeroXMB.cppSoundManager.cppICmpTerrain.cppICmpMotion.cppogg.cppICmpWaterManager.cppOggData.cppRender.cppSoundData.cppCSoundItem.cppCBufferItem.cppCSoundBase.cppSelection.cppCStreamItem.cppJSInterface_Sound.cppSoundGroup.cppGeometry.cppMessageTypeConversions.cppJSUtil.cppScriptingHost.cppScriptComponent.cppScriptGlue.cppEngineScriptConversions.cppIDeserializer.cppNoise.cppStdSerializer.cppMD5.cppFixed.cppStdDeserializer.cppMatrix3D.cppVector3D.cppQuaternion.cppBinarySerializer.cppBrush.cppISerializer.cppHashSerializer.cppBoundingBoxOriented.cppPlane.cppBoundingBoxAligned.cppDebugSerializer.cppComponentManagerSerialization.cppSqrt.cppNUSpline.cppprecompiled.cppGame.cppSimContext.cppCmpPtr.cppLinking engineComponentManager.cpp==== Building graphics (release) ====Creating obj/graphics_Releaseprecompiled.hModel.cppHeightMipmap.cppParamNode.cppMapWriter.cppMiniPatch.cppMaterialManager.cppIComponent.cppprecompiled.cppSimulation2.cppColladaManager.cppLinking simulation2Decal.cpp==== Building atlas (release) ====Creating obj/atlas_Releaseprecompiled.hMapReader.cppActorViewer.cppParticleEmitterType.cppSimState.cppView.cppHFTracer.cppObjectManager.cppRegister.cppSkeletonAnimManager.cppInputProcessor.cppTerrain.cppMessagePasserImpl.cppGameLoop.cppObjectBase.cppMisc.cppCommandProc.cppCinemaHandler.cppCamera.cppGraphicsSetupHandlers.cppParticleEmitter.cppCommandHandlers.cppCameraCtrlHandlers.cppLOSTexture.cppBrushHandlers.cppShaderTechnique.cppTriggerHandler.cppShaderManager.cppEnvironmentHandlers.cppTerrainHandlers.cppFont.cppObjectHandlers.cppTerrainTextureManager.cppTextureConverter.cppMessageHandler.cppMapHandlers.cppGameView.cppPlayerHandlers.cppModelAbstract.cppMiscHandlers.cppSkeletonAnimDef.cppShaderProgram.cppElevationHandlers.cppMeshManager.cppprecompiled.cppLightEnv.cppUnitManager.cppBrushes.cppTerrainTextureEntry.cppLinking atlas==== Building gui (release) ====Creating obj/gui_Releaseprecompiled.hGUItext.cppOverlay.cppTextureManager.cppCCheckBox.cppModelDef.cppCOList.cppFrustum.cppTextRenderer.cppShaderProgramFFP.cppGUIbase.cppIGUIObject.cppPatch.cppTerrainProperties.cppTerritoryBoundary.cppUnit.cppCText.cppColor.cppTerritoryTexture.cppGUIutil.cppShaderDefines.cppMapGenerator.cppGUITooltip.cppCinemaTrack.cppGUIRenderer.cppFontMetrics.cppUnitAnimation.cppIGUIButtonBehavior.cppParticleManager.cppCGUI.cppMaterial.cppFontManager.cppJSInterface_GameView.cppSkyManager.cppPostprocManager.cppGUIManager.cppInstancingModelRenderer.cppMiniMap.cppShadowMap.cppVertexBufferManager.cppRenderer.cppCGUIScrollBarVertical.cppCInput.cppTexturedLineRData.cppCProgressBar.cppMikktspaceWrap.cppCGUISprite.cppIGUITextOwner.cppVertexBuffer.cppHWLightingModelRenderer.cppCButton.cppOverlayRenderer.cppCRadioButton.cppCTooltip.cppDecalRData.cppParticleRenderer.cppCDropDown.cppScene.cppIGUIScrollBar.cppTimeManager.cppCList.cppPatchRData.cppIGUIScrollBarOwner.cppWaterManager.cppJSInterface_IGUIObject.cppAlphaMapCalculator.cppModelRenderer.cppJSInterface_GUITypes.cppGuiScriptConversions.cppScriptFunctions.cppVertexArray.cppTerrainOverlay.cppTerrainRenderer.cppprecompiled.cppCImage.cppLinking gui==== Building lowlevel (release) ====Creating obj/lowlevel_Releaseprecompiled.hRenderModifiers.cppregex.cppJSInterface_Renderer.cpppath.cppsvn_revision.cppdebug.cppapp_hooks.cppbyte_order.cppmikktspace.cppfnv_hash.cppbits.cppinput.cppstatus.cppfrequency_filter.cpptimer.cppweldmesh.cppprecompiled.cppself_test.cppObjectEntry.cppdebug_stl.cppogl.cppmodule_init.cppwsecure_crt.cpplib.cpprand.cppbase32.cpputf8.cpppool.cppLinking graphics==== Building mongoose (release) ====Creating obj/mongoose_Releasemongoose.cpppage_aligned.cppheaderless.cppshared_ptr.cppLinking mongoose==== Building mocks_test (release) ====Creating obj/mocks_test_Releasemocks_test.cppfreelist.cppunique_range.cpparena.cppdynarray.cppLinking mocks_test==== Building AtlasObject (release) ====Creating obj/AtlasObject_ReleaseAtlasObjectJS.cppdbghelp.cppfile_system.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/log.h:15,                 from ../../../source/tools/atlas/AtlasObject/AtlasObjectJS.cpp:27:/usr/include/wx-2.8/wx/buffer.h: In member function void wxMemoryBuffer::AppendByte(char):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );         ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayShort::Remove(_wxArraywxArrayShort):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_SHORT WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayInt::Remove(_wxArraywxArrayInt):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_INT WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayDouble::Remove(_wxArraywxArrayDouble):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayLong::Remove(_wxArraywxArrayLong):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_LONG WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE); ^file.cppAtlasObjectText.cppcodec_zlib.cppAtlasObjectXML.cpparchive.cppstream.cppAtlasObjectImpl.cpparchive_zip.cppLinking AtlasObject==== Building AtlasScript (release) ====Creating obj/AtlasScript_ReleaseScriptInterface.cppcodec.cppfile_loader.cppfile_stats.cppreal_directory.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wx.h:15,                 from ../../../source/tools/atlas/AtlasScript/ScriptInterface.cpp:34:/usr/include/wx-2.8/wx/buffer.h: In member function void wxMemoryBuffer::AppendByte(char):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );         ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayShort::Remove(_wxArraywxArrayShort):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_SHORT WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayInt::Remove(_wxArraywxArrayInt):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_INT WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayDouble::Remove(_wxArraywxArrayDouble):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayLong::Remove(_wxArraywxArrayLong):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_LONG WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/vector.h: In member function wxVectorBase& wxVectorBase::operator=(const wxVectorBase&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro wxCHECK         wxCHECK(copy(vb), *this);         ^/usr/include/wx-2.8/wx/clntdata.h: In copy constructor wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro wxCHECK2         wxCHECK2(copy(c), return);\         ^/usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro WX_DECLARE_VECTORBASE     WX_DECLARE_VECTORBASE(obj, cls)\     ^/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro _WX_DECLARE_VECTOR _WX_DECLARE_VECTOR( ^/usr/include/wx-2.8/wx/clntdata.h: In member function void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro wxCHECK2         wxCHECK2(Alloc(size() + 1), return);\         ^/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro _WX_DECLARE_VECTOR _WX_DECLARE_VECTOR( ^/usr/include/wx-2.8/wx/event.h: In member function void wxCloseEvent::Veto(bool):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( m_canVeto,         ^/usr/include/wx-2.8/wx/event.h: In member function void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_PTR     WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro WX_DEFINE_ARRAY_PTR WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray); ^/usr/include/wx-2.8/wx/event.h: In function void wxPostEvent(wxEvtHandler*, wxEvent&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro wxCHECK_RET     wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );     ^/usr/include/wx-2.8/wx/module.h: In member function void wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo, ^/usr/include/wx-2.8/wx/module.h: In member function void wxModule::AddDependency(wxClassInfo*):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( dep, wxT("NULL module dependency") );         ^/usr/include/wx-2.8/wx/datetime.h: In member function void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *, ^/usr/include/wx-2.8/wx/gtk/window.h: In member function void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows); ^trace.cpp/usr/include/wx-2.8/wx/radiobox.h: In member function void wxToolTipArray::Remove(_wxArraywxToolTipArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray); ^/usr/include/wx-2.8/wx/valtext.h: In member function bool wxTextValidator::CheckValidator() const:/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro wxCHECK_MSG         wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,         ^../../../source/tools/atlas/AtlasScript/ScriptInterface.cpp: In member function bool ScriptInterface::CallFunction_(jsval, const char*, std::vector<long long unsigned int>&, jsval&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasScript/ScriptInterface.cpp:604:2: note: in expansion of macro wxCHECK  wxCHECK(JS_HasProperty(m->m_cx, JSVAL_TO_OBJECT(val), name, &found), false);  ^io.cppwrite_buffer.cppvfs.cppvfs_populate.cppvfs_lookup.cppfile_cache.cppLinking AtlasScript==== Building Collada (release) ====Creating obj/Collada_Releaseprecompiled.hMaths.cppCommonConvert.cppvfs_util.cppPSAConvert.cppvfs_path.cppXMLFix.cppvfs_tree.cppprecompiled.cppDecompose.cppDLL.cppposix.cpph_mgr.cppPMDConvert.cppogl_tex.cppStdSkeletons.cppcursor.cppGeomReindex.cppos_cpu.cppgfx.cppsmbios.cppLinking Collada==== Building AtlasUI (release) ====Creating obj/AtlasUI_Releaseprecompiled.hIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:/usr/include/wx-2.8/wx/buffer.h: In member function void wxMemoryBuffer::AppendByte(char):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );         ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayShort::Remove(_wxArraywxArrayShort):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_SHORT WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayInt::Remove(_wxArraywxArrayInt):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_INT WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayDouble::Remove(_wxArraywxArrayDouble):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayLong::Remove(_wxArraywxArrayLong):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_LONG WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/vector.h: In member function wxVectorBase& wxVectorBase::operator=(const wxVectorBase&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro wxCHECK         wxCHECK(copy(vb), *this);         ^/usr/include/wx-2.8/wx/clntdata.h: In copy constructor wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro wxCHECK2         wxCHECK2(copy(c), return);\         ^/usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro WX_DECLARE_VECTORBASE     WX_DECLARE_VECTORBASE(obj, cls)\     ^/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro _WX_DECLARE_VECTOR _WX_DECLARE_VECTOR( ^/usr/include/wx-2.8/wx/clntdata.h: In member function void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro wxCHECK2         wxCHECK2(Alloc(size() + 1), return);\         ^/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro _WX_DECLARE_VECTOR _WX_DECLARE_VECTOR( ^/usr/include/wx-2.8/wx/event.h: In member function void wxCloseEvent::Veto(bool):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( m_canVeto,         ^/usr/include/wx-2.8/wx/event.h: In member function void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_PTR     WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro WX_DEFINE_ARRAY_PTR WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray); ^/usr/include/wx-2.8/wx/event.h: In function void wxPostEvent(wxEvtHandler*, wxEvent&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro wxCHECK_RET     wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );     ^/usr/include/wx-2.8/wx/module.h: In member function void wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo, ^/usr/include/wx-2.8/wx/module.h: In member function void wxModule::AddDependency(wxClassInfo*):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( dep, wxT("NULL module dependency") );         ^/usr/include/wx-2.8/wx/datetime.h: In member function void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *, ^/usr/include/wx-2.8/wx/gtk/window.h: In member function void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows); ^/usr/include/wx-2.8/wx/radiobox.h: In member function void wxToolTipArray::Remove(_wxArraywxToolTipArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray); ^/usr/include/wx-2.8/wx/valtext.h: In member function bool wxTextValidator::CheckValidator() const:/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro wxCHECK_MSG         wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,         ^/usr/include/wx-2.8/wx/textbuf.h: In member function void wxArrayLinesType::Remove(_wxArraywxArrayLinesType):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/textbuf.h:43:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_INT WX_DEFINE_USER_EXPORTED_ARRAY_INT(wxTextFileType, ^/usr/include/wx-2.8/wx/bookctrl.h: In member function void wxArrayPages::Remove(_wxArraywxArrayPages):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/bookctrl.h:26:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(wxWindow *, wxArrayPages); ^/usr/include/wx-2.8/wx/treebase.h: In member function void wxArrayTreeItemIdsBase::Remove(_wxArraywxArrayTreeItemIdsBase):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/treebase.h:128:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(wxTreeItemIdValue, wxArrayTreeItemIdsBase); ^cpu.cppsnd.cppacpi.cpptex_codec.cpptex_tga.cpptex_png.cpptex_bmp.cpptex_jpg.cppActorEditorListCtrl.cpptex.cpptex_dds.cppAnimListEditor.cppia32.cppcache.cppTexListEditor.cppx86_x64.cppPropListEditor.cppmsr.cpptopology.cppapic.cppToolButton.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/CustomControls/Buttons/ToolButton.cpp: In member function void ToolButtonBar::OnTool(wxCommandEvent&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/Buttons/ToolButton.cpp:122:2: note: in expansion of macro wxCHECK_RET  wxCHECK_RET(it != m_Buttons.end(), _T("Invalid toolbar button"));  ^ldbg.cppdir_watch_inotify.cppActionButton.cpplinux.cpplcpu.cppCanvas.cppprintf.cppudbg.cppunix.cppColourDialog.cppufilesystem.cppunuma.cppDraggableListCtrl.cppuvm.cppx.cppgcc.cppDraggableListCtrlCommands.cppprecompiled.cppsecure_crt.cppLinking lowlevel==== Building pyrogenesis (release) ====Creating obj/pyrogenesis_Releasemain.cppFieldEditCtrl.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/FieldEditCtrl.cpp: In member function virtual void FieldEditCtrl_Dialog::StartEdit(wxWindow*, wxRect, long int, int):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/FieldEditCtrl.cpp:111:2: note: in expansion of macro wxCHECK2  wxCHECK2(dialog, return);  ^ListCtrlValidator.cppQuickFileCtrl.cppLinking pyrogenesisQuickComboBox.cppEditableListCtrlCommands.cppEditableListCtrl.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp: In member function void EditableListCtrl::OnMouseEvent(wxMouseEvent&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp:79:3: note: in expansion of macro wxCHECK2   wxCHECK2(col >= 0 && col < (int)m_ColumnTypes.size(), return);   ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp: In member function wxString EditableListCtrl::GetCellString(long int, long int) const:/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp:236:2: note: in expansion of macro wxCHECK  wxCHECK(item >= 0 && column >= 0 && column < (int)m_ColumnTypes.size(), _T(""));  ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp: In member function AtObj EditableListCtrl::GetCellObject(long int, long int) const:/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp:247:2: note: in expansion of macro wxCHECK  wxCHECK(item >= 0 && column >= 0 && column < (int)m_ColumnTypes.size(), AtObj());  ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp: In member function void EditableListCtrl::SetCellString(long int, long int, wxString&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp:257:2: note: in expansion of macro wxCHECK  wxCHECK(item >= 0 && column >= 0 && column < (int)m_ColumnTypes.size(), );  ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp: In member function void EditableListCtrl::SetCellObject(long int, long int, AtObj&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp:264:2: note: in expansion of macro wxCHECK  wxCHECK(item >= 0 && column >= 0 && column < (int)m_ColumnTypes.size(), );  ^QuickTextCtrl.cppFileHistory.cppHighResTimer.cppMapDialog.cpp==== Building test (release) ====Creating obj/test_Releaseprecompiled.htest_AtlasObjectXML.cppSnapSplitterWindow.cppvirtualdirtreectrl.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.h: In member function void VdtcTreeItemBaseArray::Remove(_wxArrayVdtcTreeItemBaseArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:484:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP)     ^/usr/include/wx-2.8/wx/dynarray.h:665:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY     _WX_DEFINE_TYPEARRAY(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:646:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL     WX_DEFINE_TYPEARRAY_WITH_DECL(T, name, base, class wxARRAY_DEFAULT_EXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:823:5: note: in expansion of macro WX_DEFINE_TYPEARRAY     WX_DEFINE_TYPEARRAY(T, name, wxBaseArrayPtrVoid)     ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.h:192:1: note: in expansion of macro WX_DEFINE_ARRAY WX_DEFINE_ARRAY(VdtcTreeItemBase *, VdtcTreeItemBaseArray); ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.h: In member function VdtcTreeItemBase* wxVirtualDirTreeCtrl::GetParent(VdtcTreeItemBase*) const:/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.h:348:3: note: in expansion of macro wxCHECK   wxCHECK(item, 0);   ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function int wxVirtualDirTreeCtrl::ScanFromDir(VdtcTreeItemBase*, const wxFileName&, int):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:146:2: note: in expansion of macro wxCHECK  wxCHECK(item->IsDir() || item->IsRoot(), -1);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function void wxVirtualDirTreeCtrl::AddItemsToTreeCtrl(VdtcTreeItemBase*, VdtcTreeItemBaseArray&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:347:2: note: in expansion of macro wxCHECK2  wxCHECK2(item, return);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function wxFileName wxVirtualDirTreeCtrl::GetRelativePath(const wxTreeItemId&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:368:2: note: in expansion of macro wxCHECK  wxCHECK(b, value);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function wxFileName wxVirtualDirTreeCtrl::GetFullPath(const wxTreeItemId&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:381:2: note: in expansion of macro wxCHECK  wxCHECK(b, value);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function bool wxVirtualDirTreeCtrl::IsRootNode(const wxTreeItemId&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:455:2: note: in expansion of macro wxCHECK  wxCHECK(id.IsOk(), value);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function bool wxVirtualDirTreeCtrl::IsDirNode(const wxTreeItemId&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:467:2: note: in expansion of macro wxCHECK  wxCHECK(id.IsOk(), value);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function bool wxVirtualDirTreeCtrl::IsFileNode(const wxTreeItemId&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:479:2: note: in expansion of macro wxCHECK  wxCHECK(id.IsOk(), value);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function void wxVirtualDirTreeCtrl::AppendPathRecursively(VdtcTreeItemBase*, wxFileName&, bool):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:492:2: note: in expansion of macro wxCHECK2  wxCHECK2(b, return);   ^test_MeshManager.cppAtlasWindow.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/CustomControls/Windows/AtlasWindow.cpp: In member function bool AtlasWindow::SaveChanges(bool):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/Windows/AtlasWindow.cpp:290:2: note: in expansion of macro wxCHECK  wxCHECK(!xml.empty(), false);  ^../../../source/tools/atlas/AtlasUI/CustomControls/Windows/AtlasWindow.cpp: In member function bool AtlasWindow::OpenFile(const wxString&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/Windows/AtlasWindow.cpp:304:2: note: in expansion of macro wxCHECK  wxCHECK(Datafile::SlurpFile(filename, xml), false);  ^test_LOSTexture.cppAtlasDialog.cpptest_TextureConverter.cppErrorReporter.cppAtlasWindowCommand.cpptest_TextureManager.cppObservable.cpptest_Terrain.cppDatafile.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/General/Datafile.cpp: In function AtObj Datafile::ReadList(const char*):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/General/Datafile.cpp:42:2: note: in expansion of macro wxCHECK  wxCHECK(SlurpFile(filename.GetFullPath(), xml), AtObj());  ^../../../source/tools/atlas/AtlasUI/General/Datafile.cpp: In function bool Datafile::SlurpFile(const wxString&, std::string&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/General/Datafile.cpp:55:3: note: in expansion of macro wxCHECK   wxCHECK(read >= 0, false);   ^AtlasWindowCommandProc.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/General/AtlasWindowCommandProc.cpp: In member function virtual bool AtlasWindowCommandProc::Submit(wxCommand*, bool):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^../../../source/tools/atlas/AtlasUI/General/AtlasWindowCommandProc.cpp:52:2: note: in expansion of macro wxCHECK_MSG  wxCHECK_MSG(command, false, _T("no command in wxCommandProcessor::Submit"));  ^test_ShaderManager.cpptest_Color.cppAtlasEventLoop.cpptest_ScriptConversions.cppAtlasClipboard.cppDLLInterface.cpptest_ScriptVal.cppKeyMap.cpptest_ScriptInterface.cppprecompiled.cppScenarioEditor.cpptest_allocators.cpptest_headerless.cpptest_tex.cpptest_trace.cpptest_vfs_tree.cppSectionLayout.cpptest_byte_order.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h: In member function void ArrayOfAIData::Remove(_wxArrayArrayOfAIData):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:534:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:713:5: note: in expansion of macro _WX_DEFINE_SORTED_TYPEARRAY_2     _WX_DEFINE_SORTED_TYPEARRAY_2(_wxArray##name, name, base,             \     ^/usr/include/wx-2.8/wx/dynarray.h:704:5: note: in expansion of macro WX_DEFINE_SORTED_USER_EXPORTED_TYPEARRAY     WX_DEFINE_SORTED_USER_EXPORTED_TYPEARRAY(T, name, base,               \     ^/usr/include/wx-2.8/wx/dynarray.h:884:5: note: in expansion of macro WX_DEFINE_SORTED_TYPEARRAY     WX_DEFINE_SORTED_TYPEARRAY(T, name, wxBaseArrayPtrVoid)     ^../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h:95:1: note: in expansion of macro WX_DEFINE_SORTED_ARRAY WX_DEFINE_SORTED_ARRAY(AIData*, ArrayOfAIData); ^test_wchar.cpptest_base32.cppSidebar.cpptest_rand.cpptest_adts.cppEnvironment.cpptest_fnv_hash.cpptest_regex.cpptest_cache_adt.cpptest_lib.cpptest_path_util.cppLightControl.cpptest_bits.cpptest_secure_crt.cppMap.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp: In member function void MapSidebar::UpdateSimButtons():/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp:431:2: note: in expansion of macro wxCHECK  wxCHECK(button, );  ^test_path.cpptest_posix.cpptest_rtl.cpptest_printf.cppVariationControl.cpptest_sysdep.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Object/VariationControl.cpp: In member function void VariationControl::OnSelect(wxCommandEvent&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Object/VariationControl.cpp:52:2: note: in expansion of macro wxCHECK  wxCHECK(thisComboBox != NULL, );  ^test_Fixed.cppObject.cpptest_Bound.cpptest_Matrix3d.cppPlayer.cpptest_FixedVector2D.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h: In member function void ArrayOfAIData::Remove(_wxArrayArrayOfAIData):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:534:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:713:5: note: in expansion of macro _WX_DEFINE_SORTED_TYPEARRAY_2     _WX_DEFINE_SORTED_TYPEARRAY_2(_wxArray##name, name, base,             \     ^/usr/include/wx-2.8/wx/dynarray.h:704:5: note: in expansion of macro WX_DEFINE_SORTED_USER_EXPORTED_TYPEARRAY     WX_DEFINE_SORTED_USER_EXPORTED_TYPEARRAY(T, name, base,               \     ^/usr/include/wx-2.8/wx/dynarray.h:884:5: note: in expansion of macro WX_DEFINE_SORTED_TYPEARRAY     WX_DEFINE_SORTED_TYPEARRAY(T, name, wxBaseArrayPtrVoid)     ^../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h:95:1: note: in expansion of macro WX_DEFINE_SORTED_ARRAY WX_DEFINE_SORTED_ARRAY(AIData*, ArrayOfAIData); ^test_Brush.cpptest_Sqrt.cpptest_MD5.cpptest_Random.cppTerrain.cpptest_FixedVector3D.cpptest_Parser.cpptest_test.cppstub_impl_hack.cppSmoothElevation.cpptest_CLogger.cppFillTerrain.cpptest_CStr.cppPlaceObject.cpptest_CmdLineArgs.cpptest_XMLWriter.cppFlattenElevation.cpptest_XeroXMB.cppReplaceTerrain.cpptest_Xeromyces.cpptest_RelaxNG.cppPaintTerrain.cpptest_ParseString.cpptest_NetMessage.cpptest_Net.cppPikeElevation.cpptest_Position.cppActorViewerTool.cppTransformObject.cpptest_Pathfinder.cpptest_CommandQueue.cppAlterElevation.cppBrushes.cpptest_scripts.cppMiscState.cpptest_RangeManager.cppTools.cpptest_ObstructionManager.cppObjectSettings.cpptest_TerritoryManager.cppActorEditor.cpptest_Simulation2.cppLinking AtlasUItest_ComponentManager.cpp==== Building ActorEditor (release) ====Creating obj/ActorEditor_ReleaseActorEditor.cppLinking ActorEditortest_Serializer.cpptest_CmpTemplateManager.cpptest_ParamNode.cppprecompiled.cpptest_setup.cpptest_root.cppLinking testRunning 287 tests...............................................................................................................................................................................................................................................................................................OK!kelly@mommas:~/Source/0ad$ 
I'm not sure if these warnings are because I have some missing dependencies in my distribution (Xubuntu 13.10 x86) or if they can be safely ignored or if they are issues with 0 A.D.

Edit:

I ran uandr.sh again since there was a new SVN version 14348 and here is my output.

kelly@mommas:~$ cd ~/Source/0adkelly@mommas:~/Source/0ad$ ./uandr.shUpdating '.':U    source/network/NetServer.cppUpdated to revision 14348.Cleaning bundled third-party dependencies...Cleaning Premake4Cleaning Premake4Cleaning Premake4Cleaning build output...Done. Try running update-workspaces.sh again now.Updating bundled third-party dependencies...FCollada/FCollada.cppFCollada/FColladaPlugin.cppFCollada/FCDocument/FCDAnimated.cppFCollada/FCDocument/FCDAnimationChannel.cppFCollada/FCDocument/FCDAnimationClip.cppFCollada/FCDocument/FCDAnimationClipTools.cppFCollada/FCDocument/FCDAnimation.cppFCollada/FCDocument/FCDAnimationCurve.cppFCollada/FCDocument/FCDAnimationCurveTools.cppFCollada/FCDocument/FCDAnimationKey.cppFCollada/FCDocument/FCDAnimationMultiCurve.cppFCollada/FCDocument/FCDAsset.cppFCollada/FCDocument/FCDCamera.cppFCollada/FCDocument/FCDController.cppFCollada/FCDocument/FCDControllerInstance.cppFCollada/FCDocument/FCDControllerTools.cppFCollada/FCDocument/FCDEffectCode.cppFCollada/FCDocument/FCDEffect.cppFCollada/FCDocument/FCDEffectParameter.cppFCollada/FCDocument/FCDEffectParameterFactory.cppFCollada/FCDocument/FCDEffectParameterSampler.cppFCollada/FCDocument/FCDEffectParameterSurface.cppFCollada/FCDocument/FCDEffectPass.cppFCollada/FCDocument/FCDEffectPassShader.cppFCollada/FCDocument/FCDEffectPassState.cppFCollada/FCDocument/FCDEffectProfile.cppFCollada/FCDocument/FCDEffectProfileFX.cppFCollada/FCDocument/FCDEffectStandard.cppFCollada/FCDocument/FCDEffectTechnique.cppFCollada/FCDocument/FCDEffectTools.cppFCollada/FCDocument/FCDEmitter.cppFCollada/FCDocument/FCDEmitterInstance.cppFCollada/FCDocument/FCDEmitterObject.cppFCollada/FCDocument/FCDEmitterParticle.cppFCollada/FCDocument/FCDEntity.cppFCollada/FCDocument/FCDEntityInstance.cppFCollada/FCDocument/FCDEntityReference.cppFCollada/FCDocument/FCDExternalReferenceManager.cppFCollada/FCDocument/FCDExtra.cppFCollada/FCDocument/FCDForceDeflector.cppFCollada/FCDocument/FCDForceDrag.cppFCollada/FCDocument/FCDForceField.cppFCollada/FCDocument/FCDForceGravity.cppFCollada/FCDocument/FCDForcePBomb.cppFCollada/FCDocument/FCDForceWind.cppFCollada/FCDocument/FCDGeometry.cppFCollada/FCDocument/FCDGeometryInstance.cppFCollada/FCDocument/FCDGeometryMesh.cppFCollada/FCDocument/FCDGeometryNURBSSurface.cppFCollada/FCDocument/FCDGeometryPolygons.cppFCollada/FCDocument/FCDGeometryPolygonsInput.cppFCollada/FCDocument/FCDGeometryPolygonsTools.cppFCollada/FCDocument/FCDGeometrySource.cppFCollada/FCDocument/FCDGeometrySpline.cppFCollada/FCDocument/FCDImage.cppFCollada/FCDocument/FCDLibrary.cppFCollada/FCDocument/FCDLight.cppFCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDAnimation]:FCollada/FCDocument/FCDLibrary.cpp:149:30:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]  const T* cptr = ((const FCDLibrary<T>*)l1)->GetEntity(0);           ^FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDAnimationClip]:FCollada/FCDocument/FCDLibrary.cpp:150:34:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDCamera]:FCollada/FCDocument/FCDLibrary.cpp:151:27:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDController]:FCollada/FCDocument/FCDLibrary.cpp:152:31:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDEffect]:FCollada/FCDocument/FCDLibrary.cpp:153:27:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDEmitter]:FCollada/FCDocument/FCDLibrary.cpp:154:28:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDForceField]:FCollada/FCDocument/FCDLibrary.cpp:155:31:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDGeometry]:FCollada/FCDocument/FCDLibrary.cpp:156:29:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDImage]:FCollada/FCDocument/FCDLibrary.cpp:157:26:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDLight]:FCollada/FCDocument/FCDLibrary.cpp:158:26:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDMaterial]:FCollada/FCDocument/FCDLibrary.cpp:159:29:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDSceneNode]:FCollada/FCDocument/FCDLibrary.cpp:160:30:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsModel]:FCollada/FCDocument/FCDLibrary.cpp:161:33:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsMaterial]:FCollada/FCDocument/FCDLibrary.cpp:162:36:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsScene]:FCollada/FCDocument/FCDLibrary.cpp:163:33:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLightTools.cppFCollada/FCDocument/FCDMaterial.cppFCollada/FCDocument/FCDMaterialInstance.cppFCollada/FCDocument/FCDMorphController.cppFCollada/FCDocument/FCDObject.cppFCollada/FCDocument/FCDObjectWithId.cppFCollada/FCDocument/FCDocument.cppFCollada/FCDocument/FCDocumentTools.cppFCollada/FCDocument/FCDParameterAnimatable.cppFCollada/FCDocument/FCDParticleModifier.cppFCollada/FCDocument/FCDPhysicsAnalyticalGeometry.cppFCollada/FCDocument/FCDPhysicsForceFieldInstance.cppFCollada/FCDocument/FCDPhysicsMaterial.cppFCollada/FCDocument/FCDPhysicsModel.cppFCollada/FCDocument/FCDPhysicsModelInstance.cppFCollada/FCDocument/FCDPhysicsRigidBody.cppFCollada/FCDocument/FCDPhysicsRigidBodyInstance.cppFCollada/FCDocument/FCDPhysicsRigidBodyParameters.cppFCollada/FCDocument/FCDPhysicsRigidConstraint.cppFCollada/FCDocument/FCDPhysicsRigidConstraintInstance.cppFCollada/FCDocument/FCDPhysicsScene.cppFCollada/FCDocument/FCDPhysicsShape.cppFCollada/FCDocument/FCDPlaceHolder.cppFCollada/FCDocument/FCDSceneNode.cppFCollada/FCDocument/FCDSceneNodeIterator.cppFCollada/FCDocument/FCDSceneNodeTools.cppFCollada/FCDocument/FCDSkinController.cppFCollada/FCDocument/FCDTargetedEntity.cppFCollada/FCDocument/FCDTexture.cppFCollada/FCDocument/FCDTransform.cppFCollada/FCDocument/FCDVersion.cppFCollada/FMath/FMAllocator.cppFCollada/FMath/FMAngleAxis.cppFCollada/FMath/FMColor.cppFCollada/FMath/FMInterpolation.cppFCollada/FMath/FMLookAt.cppFCollada/FMath/FMMatrix33.cppFCollada/FMath/FMMatrix44.cppFCollada/FMath/FMQuaternion.cppFCollada/FMath/FMRandom.cppFCollada/FMath/FMSkew.cppFCollada/FMath/FMVector3.cppFCollada/FMath/FMVolume.cppFCollada/FUtils/FUAssert.cppFCollada/FUtils/FUBase64.cppFCollada/FUtils/FUBoundingBox.cppFCollada/FUtils/FUBoundingSphere.cppFCollada/FUtils/FUCrc32.cppFCollada/FUtils/FUCriticalSection.cppFCollada/FUtils/FUDaeEnum.cppFCollada/FUtils/FUDateTime.cppFCollada/FUtils/FUDebug.cppFCollada/FUtils/FUError.cppFCollada/FUtils/FUErrorLog.cppFCollada/FUtils/FUFile.cppFCollada/FUtils/FUFileManager.cppFCollada/FUtils/FULogFile.cppFCollada/FUtils/FUObject.cppFCollada/FUtils/FUObjectType.cppFCollada/FUtils/FUParameter.cppFCollada/FUtils/FUParameterizable.cppFCollada/FUtils/FUPluginManager.cppFCollada/FUtils/FUSemaphore.cppIn file included from FCollada/FUtils/FUSemaphore.cpp:10:0:FCollada/FUtils/FUSemaphore.h:36:2: warning: #warning "FUSemaphore: Semaphore not implemented for non Windows" [-Wcpp] #warning "FUSemaphore: Semaphore not implemented for non Windows"  ^FCollada/FUtils/FUStringBuilder.cppFCollada/FUtils/FUStringConversion.cppFCollada/FUtils/FUStringConversion.cpp: In function void TrickLinkerFUStringConversion():FCollada/FUtils/FUStringConversion.cpp:278:8: warning: variable f set but not used [-Wunused-but-set-variable]  float f = FUStringConversion::ToFloat(&c);        ^FCollada/FUtils/FUStringConversion.cpp:280:7: warning: variable b set but not used [-Wunused-but-set-variable]  bool b = FUStringConversion::ToBoolean(c);       ^FCollada/FUtils/FUStringConversion.cpp:282:8: warning: variable i32 set but not used [-Wunused-but-set-variable]  int32 i32 = FUStringConversion::ToInt32(&c);        ^FCollada/FUtils/FUStringConversion.cpp:284:9: warning: variable u32 set but not used [-Wunused-but-set-variable]  uint32 u32 = FUStringConversion::ToUInt32(&c);         ^FCollada/FUtils/FUSynchronizableObject.cppFCollada/FUtils/FUThread.cppIn file included from FCollada/FUtils/FUThread.cpp:10:0:FCollada/FUtils/FUThread.h:30:2: warning: #warning "Threads not yet implemented for non Windows." [-Wcpp] #warning "Threads not yet implemented for non Windows."  ^FCollada/FUtils/FUTracker.cppFCollada/FUtils/FUUniqueStringMap.cppFCollada/FUtils/FUUri.cppFCollada/FUtils/FUXmlDocument.cppFCollada/FUtils/FUXmlParser.cppFCollada/FUtils/FUXmlWriter.cppFColladaPlugins/FArchiveXML/FArchiveXML.cppFColladaPlugins/FArchiveXML/FAXAnimationExport.cppFColladaPlugins/FArchiveXML/FAXAnimationImport.cppFColladaPlugins/FArchiveXML/FAXCameraExport.cppFColladaPlugins/FArchiveXML/FAXCameraImport.cppFColladaPlugins/FArchiveXML/FAXColladaParser.cppFColladaPlugins/FArchiveXML/FAXColladaWriter.cppFColladaPlugins/FArchiveXML/FAXControllerExport.cppFColladaPlugins/FArchiveXML/FAXControllerImport.cppFColladaPlugins/FArchiveXML/FAXEmitterExport.cppFColladaPlugins/FArchiveXML/FAXEmitterImport.cppFColladaPlugins/FArchiveXML/FAXEntityExport.cppFColladaPlugins/FArchiveXML/FAXEntityImport.cppFColladaPlugins/FArchiveXML/FAXForceFieldExport.cppFColladaPlugins/FArchiveXML/FAXForceFieldImport.cppFColladaPlugins/FArchiveXML/FAXGeometryExport.cppFColladaPlugins/FArchiveXML/FAXGeometryImport.cppFColladaPlugins/FArchiveXML/FAXImportLinking.cppFColladaPlugins/FArchiveXML/FAXInstanceExport.cppFColladaPlugins/FArchiveXML/FAXInstanceImport.cppFColladaPlugins/FArchiveXML/FAXLightExport.cppFColladaPlugins/FArchiveXML/FAXLightImport.cppFColladaPlugins/FArchiveXML/FAXMaterialExport.cppFColladaPlugins/FArchiveXML/FAXMaterialImport.cppFColladaPlugins/FArchiveXML/FAXPhysicsExport.cppFColladaPlugins/FArchiveXML/FAXPhysicsImport.cppFColladaPlugins/FArchiveXML/FAXSceneExport.cppFColladaPlugins/FArchiveXML/FAXSceneImport.cppFCollada/FCollada.cppFCollada/FColladaPlugin.cppFCollada/FCDocument/FCDAnimated.cppFCollada/FCDocument/FCDAnimationChannel.cppFCollada/FCDocument/FCDAnimationClip.cppFCollada/FCDocument/FCDAnimationClipTools.cppFCollada/FCDocument/FCDAnimation.cppFCollada/FCDocument/FCDAnimationCurve.cppFCollada/FCDocument/FCDAnimationCurveTools.cppFCollada/FCDocument/FCDAnimationKey.cppFCollada/FCDocument/FCDAnimationMultiCurve.cppFCollada/FCDocument/FCDAsset.cppFCollada/FCDocument/FCDCamera.cppFCollada/FCDocument/FCDController.cppFCollada/FCDocument/FCDControllerInstance.cppFCollada/FCDocument/FCDControllerTools.cppFCollada/FCDocument/FCDEffectCode.cppFCollada/FCDocument/FCDEffect.cppFCollada/FCDocument/FCDEffectParameter.cppFCollada/FCDocument/FCDEffectParameterFactory.cppFCollada/FCDocument/FCDEffectParameterSampler.cppFCollada/FCDocument/FCDEffectParameterSurface.cppFCollada/FCDocument/FCDEffectPass.cppFCollada/FCDocument/FCDEffectPassShader.cppFCollada/FCDocument/FCDEffectPassState.cppFCollada/FCDocument/FCDEffectProfile.cppFCollada/FCDocument/FCDEffectProfileFX.cppFCollada/FCDocument/FCDEffectStandard.cppFCollada/FCDocument/FCDEffectTechnique.cppFCollada/FCDocument/FCDEffectTools.cppFCollada/FCDocument/FCDEmitter.cppFCollada/FCDocument/FCDEmitterInstance.cppFCollada/FCDocument/FCDEmitterObject.cppFCollada/FCDocument/FCDEmitterParticle.cppFCollada/FCDocument/FCDEntity.cppFCollada/FCDocument/FCDEntityInstance.cppFCollada/FCDocument/FCDEntityReference.cppFCollada/FCDocument/FCDExternalReferenceManager.cppFCollada/FCDocument/FCDExtra.cppFCollada/FCDocument/FCDForceDeflector.cppFCollada/FCDocument/FCDForceDrag.cppFCollada/FCDocument/FCDForceField.cppFCollada/FCDocument/FCDForceGravity.cppFCollada/FCDocument/FCDForcePBomb.cppFCollada/FCDocument/FCDForceWind.cppFCollada/FCDocument/FCDGeometry.cppFCollada/FCDocument/FCDGeometryInstance.cppFCollada/FCDocument/FCDGeometryMesh.cppFCollada/FCDocument/FCDGeometryNURBSSurface.cppFCollada/FCDocument/FCDGeometryPolygons.cppFCollada/FCDocument/FCDGeometryPolygonsInput.cppFCollada/FCDocument/FCDGeometryPolygonsTools.cppFCollada/FCDocument/FCDGeometrySource.cppFCollada/FCDocument/FCDGeometrySpline.cppFCollada/FCDocument/FCDImage.cppFCollada/FCDocument/FCDLibrary.cppFCollada/FCDocument/FCDLight.cppFCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDAnimation]:FCollada/FCDocument/FCDLibrary.cpp:149:30:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]  const T* cptr = ((const FCDLibrary<T>*)l1)->GetEntity(0);           ^FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDAnimationClip]:FCollada/FCDocument/FCDLibrary.cpp:150:34:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDCamera]:FCollada/FCDocument/FCDLibrary.cpp:151:27:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDController]:FCollada/FCDocument/FCDLibrary.cpp:152:31:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDEffect]:FCollada/FCDocument/FCDLibrary.cpp:153:27:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDEmitter]:FCollada/FCDocument/FCDLibrary.cpp:154:28:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDForceField]:FCollada/FCDocument/FCDLibrary.cpp:155:31:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDGeometry]:FCollada/FCDocument/FCDLibrary.cpp:156:29:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDImage]:FCollada/FCDocument/FCDLibrary.cpp:157:26:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDLight]:FCollada/FCDocument/FCDLibrary.cpp:158:26:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDMaterial]:FCollada/FCDocument/FCDLibrary.cpp:159:29:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDSceneNode]:FCollada/FCDocument/FCDLibrary.cpp:160:30:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsModel]:FCollada/FCDocument/FCDLibrary.cpp:161:33:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsMaterial]:FCollada/FCDocument/FCDLibrary.cpp:162:36:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLibrary.cpp: In instantiation of void LibraryExport() [with T = FCDPhysicsScene]:FCollada/FCDocument/FCDLibrary.cpp:163:33:   required from hereFCollada/FCDocument/FCDLibrary.cpp:141:11: warning: variable cptr set but not used [-Wunused-but-set-variable]FCollada/FCDocument/FCDLightTools.cppFCollada/FCDocument/FCDMaterial.cppFCollada/FCDocument/FCDMaterialInstance.cppFCollada/FCDocument/FCDMorphController.cppFCollada/FCDocument/FCDObject.cppFCollada/FCDocument/FCDObjectWithId.cppFCollada/FCDocument/FCDocument.cppFCollada/FCDocument/FCDocumentTools.cppFCollada/FCDocument/FCDParameterAnimatable.cppFCollada/FCDocument/FCDParticleModifier.cppFCollada/FCDocument/FCDPhysicsAnalyticalGeometry.cppFCollada/FCDocument/FCDPhysicsForceFieldInstance.cppFCollada/FCDocument/FCDPhysicsMaterial.cppFCollada/FCDocument/FCDPhysicsModel.cppFCollada/FCDocument/FCDPhysicsModelInstance.cppFCollada/FCDocument/FCDPhysicsRigidBody.cppFCollada/FCDocument/FCDPhysicsRigidBodyInstance.cppFCollada/FCDocument/FCDPhysicsRigidBodyParameters.cppFCollada/FCDocument/FCDPhysicsRigidConstraint.cppFCollada/FCDocument/FCDPhysicsRigidConstraintInstance.cppFCollada/FCDocument/FCDPhysicsScene.cppFCollada/FCDocument/FCDPhysicsShape.cppFCollada/FCDocument/FCDPlaceHolder.cppFCollada/FCDocument/FCDSceneNode.cppFCollada/FCDocument/FCDSceneNodeIterator.cppFCollada/FCDocument/FCDSceneNodeTools.cppFCollada/FCDocument/FCDSkinController.cppFCollada/FCDocument/FCDTargetedEntity.cppFCollada/FCDocument/FCDTexture.cppFCollada/FCDocument/FCDTransform.cppFCollada/FCDocument/FCDVersion.cppFCollada/FMath/FMAllocator.cppFCollada/FMath/FMAngleAxis.cppFCollada/FMath/FMColor.cppFCollada/FMath/FMInterpolation.cppFCollada/FMath/FMLookAt.cppFCollada/FMath/FMMatrix33.cppFCollada/FMath/FMMatrix44.cppFCollada/FMath/FMQuaternion.cppFCollada/FMath/FMRandom.cppFCollada/FMath/FMSkew.cppFCollada/FMath/FMVector3.cppFCollada/FMath/FMVolume.cppFCollada/FUtils/FUAssert.cppFCollada/FUtils/FUBase64.cppFCollada/FUtils/FUBoundingBox.cppFCollada/FUtils/FUBoundingSphere.cppFCollada/FUtils/FUCrc32.cppFCollada/FUtils/FUCriticalSection.cppFCollada/FUtils/FUDaeEnum.cppFCollada/FUtils/FUDateTime.cppFCollada/FUtils/FUDebug.cppFCollada/FUtils/FUError.cppFCollada/FUtils/FUErrorLog.cppFCollada/FUtils/FUFile.cppFCollada/FUtils/FUFileManager.cppFCollada/FUtils/FULogFile.cppFCollada/FUtils/FUObject.cppFCollada/FUtils/FUObjectType.cppFCollada/FUtils/FUParameter.cppFCollada/FUtils/FUParameterizable.cppFCollada/FUtils/FUPluginManager.cppFCollada/FUtils/FUSemaphore.cppIn file included from FCollada/FUtils/FUSemaphore.cpp:10:0:FCollada/FUtils/FUSemaphore.h:36:2: warning: #warning "FUSemaphore: Semaphore not implemented for non Windows" [-Wcpp] #warning "FUSemaphore: Semaphore not implemented for non Windows"  ^FCollada/FUtils/FUStringBuilder.cppFCollada/FUtils/FUStringConversion.cppFCollada/FUtils/FUStringConversion.cpp: In function void TrickLinkerFUStringConversion():FCollada/FUtils/FUStringConversion.cpp:278:8: warning: variable f set but not used [-Wunused-but-set-variable]  float f = FUStringConversion::ToFloat(&c);        ^FCollada/FUtils/FUStringConversion.cpp:280:7: warning: variable b set but not used [-Wunused-but-set-variable]  bool b = FUStringConversion::ToBoolean(c);       ^FCollada/FUtils/FUStringConversion.cpp:282:8: warning: variable i32 set but not used [-Wunused-but-set-variable]  int32 i32 = FUStringConversion::ToInt32(&c);        ^FCollada/FUtils/FUStringConversion.cpp:284:9: warning: variable u32 set but not used [-Wunused-but-set-variable]  uint32 u32 = FUStringConversion::ToUInt32(&c);         ^FCollada/FUtils/FUSynchronizableObject.cppFCollada/FUtils/FUThread.cppIn file included from FCollada/FUtils/FUThread.cpp:10:0:FCollada/FUtils/FUThread.h:30:2: warning: #warning "Threads not yet implemented for non Windows." [-Wcpp] #warning "Threads not yet implemented for non Windows."  ^FCollada/FUtils/FUTracker.cppFCollada/FUtils/FUUniqueStringMap.cppFCollada/FUtils/FUUri.cppFCollada/FUtils/FUXmlDocument.cppFCollada/FUtils/FUXmlParser.cppFCollada/FUtils/FUXmlWriter.cppFColladaPlugins/FArchiveXML/FArchiveXML.cppFColladaPlugins/FArchiveXML/FAXAnimationExport.cppFColladaPlugins/FArchiveXML/FAXAnimationImport.cppFColladaPlugins/FArchiveXML/FAXCameraExport.cppFColladaPlugins/FArchiveXML/FAXCameraImport.cppFColladaPlugins/FArchiveXML/FAXColladaParser.cppFColladaPlugins/FArchiveXML/FAXColladaWriter.cppFColladaPlugins/FArchiveXML/FAXControllerExport.cppFColladaPlugins/FArchiveXML/FAXControllerImport.cppFColladaPlugins/FArchiveXML/FAXEmitterExport.cppFColladaPlugins/FArchiveXML/FAXEmitterImport.cppFColladaPlugins/FArchiveXML/FAXEntityExport.cppFColladaPlugins/FArchiveXML/FAXEntityImport.cppFColladaPlugins/FArchiveXML/FAXForceFieldExport.cppFColladaPlugins/FArchiveXML/FAXForceFieldImport.cppFColladaPlugins/FArchiveXML/FAXGeometryExport.cppFColladaPlugins/FArchiveXML/FAXGeometryImport.cppFColladaPlugins/FArchiveXML/FAXImportLinking.cppFColladaPlugins/FArchiveXML/FAXInstanceExport.cppFColladaPlugins/FArchiveXML/FAXInstanceImport.cppFColladaPlugins/FArchiveXML/FAXLightExport.cppFColladaPlugins/FArchiveXML/FAXLightImport.cppFColladaPlugins/FArchiveXML/FAXMaterialExport.cppFColladaPlugins/FArchiveXML/FAXMaterialImport.cppFColladaPlugins/FArchiveXML/FAXPhysicsExport.cppFColladaPlugins/FArchiveXML/FAXPhysicsImport.cppFColladaPlugins/FArchiveXML/FAXSceneExport.cppFColladaPlugins/FArchiveXML/FAXSceneImport.cppoutput/libFColladaSD.aoutput/libFColladaSR.aBuilding libminiupnpc...make: Nothing to be done for `all'.make: Entering directory `/home/kelly/Source/0ad/build/premake/premake4/build/gmake.unix'==== Building Premake4 (release) ====Creating obj/Releasepath_isabsolute.cos_getversion.cos_isfile.cos_uuid.cos_chdir.cos_pathsearch.cos_rmdir.cos_match.cscripts.cos_copyfile.cos_isdir.cos_mkdir.cos_getcwd.cpremake.cstring_endswith.cloadlib.cldebug.clstring.clparser.clfunc.cldump.cliolib.clgc.clundump.clopcodes.clmem.clstate.cltm.cldo.clzio.clstrlib.clapi.clbaselib.cltablib.cllex.closlib.cltable.clinit.cldblib.clmathlib.clobject.clvm.clcode.clauxlib.cLinking Premake4make: Leaving directory `/home/kelly/Source/0ad/build/premake/premake4/build/gmake.unix'Premake args:  --with-system-enet --with-system-nvtt --with-system-mozjs185 --collada --atlasBuilding configurations...Running action 'gmake'...Generating ../workspaces/gcc/Makefile...Generating ../workspaces/gcc/pyrogenesis.make...Generating ../workspaces/gcc/network.make...Generating ../workspaces/gcc/lobby.make...Generating ../workspaces/gcc/glooxwrapper.make...Generating ../workspaces/gcc/simulation2.make...Generating ../workspaces/gcc/scriptinterface.make...Generating ../workspaces/gcc/engine.make...Generating ../workspaces/gcc/graphics.make...Generating ../workspaces/gcc/atlas.make...Generating ../workspaces/gcc/gui.make...Generating ../workspaces/gcc/lowlevel.make...Generating ../workspaces/gcc/mongoose.make...Generating ../workspaces/gcc/mocks_real.make...Generating ../workspaces/gcc/mocks_test.make...Generating ../workspaces/gcc/AtlasObject.make...Generating ../workspaces/gcc/AtlasScript.make...Generating ../workspaces/gcc/AtlasUI.make...Generating ../workspaces/gcc/ActorEditor.make...Generating ../workspaces/gcc/Collada.make...Generating ../workspaces/gcc/test.make...Done.Building configurations...Running action 'codeblocks'...Generating ../workspaces/codeblocks/pyrogenesis.workspace...Generating ../workspaces/codeblocks/pyrogenesis.cbp...Generating ../workspaces/codeblocks/network.cbp...Generating ../workspaces/codeblocks/lobby.cbp...Generating ../workspaces/codeblocks/glooxwrapper.cbp...Generating ../workspaces/codeblocks/simulation2.cbp...Generating ../workspaces/codeblocks/scriptinterface.cbp...Generating ../workspaces/codeblocks/engine.cbp...Generating ../workspaces/codeblocks/graphics.cbp...Generating ../workspaces/codeblocks/atlas.cbp...Generating ../workspaces/codeblocks/gui.cbp...Generating ../workspaces/codeblocks/lowlevel.cbp...Generating ../workspaces/codeblocks/mongoose.cbp...Generating ../workspaces/codeblocks/mocks_real.cbp...Generating ../workspaces/codeblocks/mocks_test.cbp...Generating ../workspaces/codeblocks/AtlasObject.cbp...Generating ../workspaces/codeblocks/AtlasScript.cbp...Generating ../workspaces/codeblocks/AtlasUI.cbp...Generating ../workspaces/codeblocks/ActorEditor.cbp...Generating ../workspaces/codeblocks/Collada.cbp...Generating ../workspaces/codeblocks/test.cbp...Done.Cleaning pyrogenesisCleaning networkCleaning lobbyCleaning glooxwrapperCleaning simulation2Cleaning scriptinterfaceCleaning engineCleaning graphicsCleaning atlasCleaning guiCleaning lowlevelCleaning mongooseCleaning mocks_realCleaning mocks_testCleaning AtlasObjectCleaning AtlasScriptCleaning AtlasUICleaning ActorEditorCleaning ColladaCleaning test==== Building mocks_real (release) ======== Building network (release) ====Creating obj/mocks_real_Releasemocks_real.cppCreating obj/network_Releaseprecompiled.hLinking mocks_real==== Building lobby (release) ====Creating obj/lobby_Releaseprecompiled.hNetServer.cppXmppClient.cppNetMessageSim.cppGlobals.cppStanzaExtensions.cppJSInterface_Lobby.cppNetTurnManager.cppprecompiled.cppsha.cppLinking lobby==== Building glooxwrapper (release) ====Creating obj/glooxwrapper_Releaseprecompiled.hprecompiled.cppglooxwrapper.cppNetHost.cppfsm.cppNetSession.cppLinking glooxwrapper==== Building simulation2 (release) ====Creating obj/simulation2_Releaseprecompiled.hNetClient.cppCCmpRangeManager.cppNetStats.cppNetMessage.cppprecompiled.cppNetFileTransfer.cppICmpObstructionManager.cppLinking network==== Building scriptinterface (release) ====Creating obj/scriptinterface_Releaseprecompiled.hICmpVision.cppCCmpVision.cppScriptInterface.cppCCmpProjectileManager.cppCCmpPosition.cppICmpPosition.cppCCmpVisualActor.cppScriptStats.cppScriptConversions.cppICmpProjectileManager.cppICmpTemplateManager.cppScriptVal.cppAutoRooters.cppCCmpUnitMotion.cppThreadDebugger.cppCCmpTerritoryInfluence.cppCCmpTerrain.cppprecompiled.cppDebuggingServer.cppCCmpObstruction.cppLinking scriptinterface==== Building engine (release) ====Creating obj/engine_Releaseprecompiled.hICmpTechnologyTemplateManager.cppICmpCommandQueue.cppCCmpPathfinder.cppErrors.cppCompress.cppProfile.cppUserReport.cppICmpUnitMotion.cppPreprocessorWrapper.cppCStr.cppICmpTest.cppICmpAIInterface.cppICmpSelectable.cppCacheLoader.cppICmpTerritoryInfluence.cppICmpDecay.cppICmpGuiInterface.cppProfileViewer.cppCCmpMinimap.cppCCmpTest.cppICmpUnknownScript.cppSavedGame.cppCCmpParticleManager.cppCCmpSelectable.cppFilesystem.cppTouchInput.cppICmpRallyPointRenderer.cppPreprocessor.cppCCmpCommandQueue.cppICmpAIManager.cppDllLoader.cppCCmpDecay.cppCLogger.cppICmpFootprint.cppICmpIdentity.cppCCmpFootprint.cppParser.cppCCmpTerritoryManager.cppArchiveBuilder.cppCCmpAIManager.cppFileIo.cppCStrIntern.cppPyrogenesis.cppThreadUtil.cppCConsole.cppICmpObstruction.cppICmpMinimap.cppOverlay.cppCCmpOwnership.cppReplay.cppICmpPlayer.cppICmpParticleManager.cppUtil.cppCCmpMotionBall.cppICmpOverlayRenderer.cppGlobals.cppICmpPlayerManager.cppVideoMode.cppICmpValueModificationManager.cppKeyName.cppICmpRangeManager.cppProfiler2GPU.cppICmpTerritoryManager.cppCCmpWaterManager.cppCCmpPathfinder_Vertex.cppWorld.cppConfigDB.cppCCmpOverlayRenderer.cppGUID.cppJoystick.cppProfiler2.cppCCmpRallyPointRenderer.cppHotkey.cppLoader.cppJSInterface_VFS.cppJSInterface_ConfigDB.cppJSInterface_Console.cppICmpSoundManager.cppCmdLineArgs.cppCCmpObstructionManager.cppGameSetup.cppCCmpSoundManager.cppAtlas.cppConfig.cppICmpPathfinder.cppICmpSettlement.cppHWDetect.cppCCmpTemplateManager.cppPaths.cppXMLWriter.cppICmpOwnership.cppCCmpPathfinder_Tile.cppXeromyces.cppRelaxNG.cppICmpVisual.cppXeroXMB.cppSoundManager.cppICmpTerrain.cppICmpMotion.cppogg.cppICmpWaterManager.cppOggData.cppRender.cppSoundData.cppCSoundItem.cppCBufferItem.cppCSoundBase.cppSelection.cppCStreamItem.cppJSInterface_Sound.cppSoundGroup.cppGeometry.cppMessageTypeConversions.cppJSUtil.cppScriptingHost.cppScriptComponent.cppScriptGlue.cppEngineScriptConversions.cppIDeserializer.cppNoise.cppStdSerializer.cppMD5.cppFixed.cppStdDeserializer.cppMatrix3D.cppVector3D.cppQuaternion.cppBinarySerializer.cppBrush.cppISerializer.cppHashSerializer.cppBoundingBoxOriented.cppPlane.cppDebugSerializer.cppBoundingBoxAligned.cppComponentManagerSerialization.cppSqrt.cppNUSpline.cppprecompiled.cppSimContext.cppGame.cppCmpPtr.cppComponentManager.cppLinking engine==== Building graphics (release) ====Creating obj/graphics_Releaseprecompiled.hModel.cppHeightMipmap.cppParamNode.cppMapWriter.cppMiniPatch.cppMaterialManager.cppIComponent.cppprecompiled.cppSimulation2.cppColladaManager.cppLinking simulation2==== Building atlas (release) ====Creating obj/atlas_Releaseprecompiled.hDecal.cppMapReader.cppActorViewer.cppParticleEmitterType.cppSimState.cppView.cppHFTracer.cppRegister.cppObjectManager.cppSkeletonAnimManager.cppInputProcessor.cppTerrain.cppMessagePasserImpl.cppGameLoop.cppObjectBase.cppMisc.cppCommandProc.cppCinemaHandler.cppGraphicsSetupHandlers.cppCamera.cppCommandHandlers.cppParticleEmitter.cppCameraCtrlHandlers.cppLOSTexture.cppBrushHandlers.cppTriggerHandler.cppShaderTechnique.cppShaderManager.cppEnvironmentHandlers.cppTerrainHandlers.cppFont.cppObjectHandlers.cppTerrainTextureManager.cppTextureConverter.cppMessageHandler.cppMapHandlers.cppGameView.cppPlayerHandlers.cppMiscHandlers.cppModelAbstract.cppSkeletonAnimDef.cppShaderProgram.cppElevationHandlers.cppMeshManager.cppprecompiled.cppLightEnv.cppBrushes.cppUnitManager.cppLinking atlas==== Building gui (release) ====Creating obj/gui_Releaseprecompiled.hTerrainTextureEntry.cppGUItext.cppOverlay.cppTextureManager.cppCCheckBox.cppModelDef.cppCOList.cppFrustum.cppTextRenderer.cppGUIbase.cppShaderProgramFFP.cppIGUIObject.cppPatch.cppTerrainProperties.cppTerritoryBoundary.cppCText.cppUnit.cppColor.cppTerritoryTexture.cppGUIutil.cppShaderDefines.cppGUITooltip.cppMapGenerator.cppGUIRenderer.cppCinemaTrack.cppFontMetrics.cppUnitAnimation.cppIGUIButtonBehavior.cppParticleManager.cppCGUI.cppMaterial.cppFontManager.cppJSInterface_GameView.cppSkyManager.cppPostprocManager.cppGUIManager.cppInstancingModelRenderer.cppMiniMap.cppShadowMap.cppVertexBufferManager.cppRenderer.cppCGUIScrollBarVertical.cppCInput.cppTexturedLineRData.cppCProgressBar.cppMikktspaceWrap.cppCGUISprite.cppVertexBuffer.cppIGUITextOwner.cppHWLightingModelRenderer.cppCButton.cppOverlayRenderer.cppCRadioButton.cppCTooltip.cppDecalRData.cppParticleRenderer.cppCDropDown.cppScene.cppIGUIScrollBar.cppTimeManager.cppPatchRData.cppCList.cppIGUIScrollBarOwner.cppWaterManager.cppJSInterface_IGUIObject.cppAlphaMapCalculator.cppModelRenderer.cppJSInterface_GUITypes.cppGuiScriptConversions.cppScriptFunctions.cppVertexArray.cppTerrainOverlay.cppTerrainRenderer.cppprecompiled.cppCImage.cppLinking gui==== Building lowlevel (release) ====Creating obj/lowlevel_Releaseprecompiled.hRenderModifiers.cppJSInterface_Renderer.cppregex.cpppath.cppsvn_revision.cppdebug.cppmikktspace.cppapp_hooks.cppbyte_order.cppfnv_hash.cppbits.cppinput.cppweldmesh.cppstatus.cppfrequency_filter.cppprecompiled.cppObjectEntry.cpptimer.cppself_test.cppdebug_stl.cppogl.cppmodule_init.cppwsecure_crt.cpplib.cpprand.cppbase32.cppLinking graphicsutf8.cpppool.cpp==== Building mongoose (release) ====Creating obj/mongoose_Releasemongoose.cpppage_aligned.cppheaderless.cppLinking mongoose==== Building mocks_test (release) ====Creating obj/mocks_test_Releasemocks_test.cppshared_ptr.cppfreelist.cppunique_range.cpparena.cppLinking mocks_test==== Building AtlasObject (release) ====Creating obj/AtlasObject_ReleaseAtlasObjectJS.cppdynarray.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/log.h:15,                 from ../../../source/tools/atlas/AtlasObject/AtlasObjectJS.cpp:27:/usr/include/wx-2.8/wx/buffer.h: In member function void wxMemoryBuffer::AppendByte(char):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );         ^dbghelp.cpp/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayShort::Remove(_wxArraywxArrayShort):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_SHORT WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayInt::Remove(_wxArraywxArrayInt):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_INT WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayDouble::Remove(_wxArraywxArrayDouble):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayLong::Remove(_wxArraywxArrayLong):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_LONG WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE); ^file_system.cppAtlasObjectText.cppAtlasObjectXML.cppfile.cppcodec_zlib.cppAtlasObjectImpl.cpparchive.cppstream.cpparchive_zip.cppLinking AtlasObject==== Building AtlasScript (release) ====Creating obj/AtlasScript_ReleaseScriptInterface.cppcodec.cppfile_loader.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wx.h:15,                 from ../../../source/tools/atlas/AtlasScript/ScriptInterface.cpp:34:/usr/include/wx-2.8/wx/buffer.h: In member function void wxMemoryBuffer::AppendByte(char):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );         ^file_stats.cpp/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayShort::Remove(_wxArraywxArrayShort):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_SHORT WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayInt::Remove(_wxArraywxArrayInt):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_INT WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayDouble::Remove(_wxArraywxArrayDouble):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayLong::Remove(_wxArraywxArrayLong):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_LONG WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/vector.h: In member function wxVectorBase& wxVectorBase::operator=(const wxVectorBase&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro wxCHECK         wxCHECK(copy(vb), *this);         ^/usr/include/wx-2.8/wx/clntdata.h: In copy constructor wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro wxCHECK2         wxCHECK2(copy(c), return);\         ^/usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro WX_DECLARE_VECTORBASE     WX_DECLARE_VECTORBASE(obj, cls)\     ^/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro _WX_DECLARE_VECTOR _WX_DECLARE_VECTOR( ^/usr/include/wx-2.8/wx/clntdata.h: In member function void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro wxCHECK2         wxCHECK2(Alloc(size() + 1), return);\         ^/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro _WX_DECLARE_VECTOR _WX_DECLARE_VECTOR( ^real_directory.cpp/usr/include/wx-2.8/wx/event.h: In member function void wxCloseEvent::Veto(bool):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( m_canVeto,         ^/usr/include/wx-2.8/wx/event.h: In member function void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_PTR     WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro WX_DEFINE_ARRAY_PTR WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray); ^/usr/include/wx-2.8/wx/event.h: In function void wxPostEvent(wxEvtHandler*, wxEvent&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro wxCHECK_RET     wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );     ^/usr/include/wx-2.8/wx/module.h: In member function void wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo, ^/usr/include/wx-2.8/wx/module.h: In member function void wxModule::AddDependency(wxClassInfo*):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( dep, wxT("NULL module dependency") );         ^/usr/include/wx-2.8/wx/datetime.h: In member function void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *, ^/usr/include/wx-2.8/wx/gtk/window.h: In member function void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows); ^/usr/include/wx-2.8/wx/radiobox.h: In member function void wxToolTipArray::Remove(_wxArraywxToolTipArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray); ^/usr/include/wx-2.8/wx/valtext.h: In member function bool wxTextValidator::CheckValidator() const:/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro wxCHECK_MSG         wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,         ^trace.cpp../../../source/tools/atlas/AtlasScript/ScriptInterface.cpp: In member function bool ScriptInterface::CallFunction_(jsval, const char*, std::vector<long long unsigned int>&, jsval&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasScript/ScriptInterface.cpp:604:2: note: in expansion of macro wxCHECK  wxCHECK(JS_HasProperty(m->m_cx, JSVAL_TO_OBJECT(val), name, &found), false);  ^io.cppwrite_buffer.cppvfs.cppvfs_populate.cppvfs_lookup.cppLinking AtlasScript==== Building Collada (release) ====Creating obj/Collada_Releaseprecompiled.hfile_cache.cppMaths.cppCommonConvert.cppvfs_util.cppPSAConvert.cppXMLFix.cppvfs_path.cppprecompiled.cppvfs_tree.cppDecompose.cppDLL.cppPMDConvert.cppposix.cpph_mgr.cppogl_tex.cppStdSkeletons.cppcursor.cppGeomReindex.cppos_cpu.cppgfx.cppsmbios.cppLinking Collada==== Building AtlasUI (release) ====Creating obj/AtlasUI_Releaseprecompiled.hIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:/usr/include/wx-2.8/wx/buffer.h: In member function void wxMemoryBuffer::AppendByte(char):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );         ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayShort::Remove(_wxArraywxArrayShort):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_SHORT WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayInt::Remove(_wxArraywxArrayInt):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_INT WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayDouble::Remove(_wxArraywxArrayDouble):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayLong::Remove(_wxArraywxArrayLong):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_LONG WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/dynarray.h: In member function void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE); ^/usr/include/wx-2.8/wx/vector.h: In member function wxVectorBase& wxVectorBase::operator=(const wxVectorBase&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro wxCHECK         wxCHECK(copy(vb), *this);         ^/usr/include/wx-2.8/wx/clntdata.h: In copy constructor wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro wxCHECK2         wxCHECK2(copy(c), return);\         ^/usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro WX_DECLARE_VECTORBASE     WX_DECLARE_VECTORBASE(obj, cls)\     ^/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro _WX_DECLARE_VECTOR _WX_DECLARE_VECTOR( ^/usr/include/wx-2.8/wx/clntdata.h: In member function void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^/usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro wxCHECK2         wxCHECK2(Alloc(size() + 1), return);\         ^/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro _WX_DECLARE_VECTOR _WX_DECLARE_VECTOR( ^/usr/include/wx-2.8/wx/event.h: In member function void wxCloseEvent::Veto(bool):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( m_canVeto,         ^/usr/include/wx-2.8/wx/event.h: In member function void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_PTR     WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro WX_DEFINE_ARRAY_PTR WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray); ^/usr/include/wx-2.8/wx/event.h: In function void wxPostEvent(wxEvtHandler*, wxEvent&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro wxCHECK_RET     wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );     ^/usr/include/wx-2.8/wx/module.h: In member function void wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo, ^/usr/include/wx-2.8/wx/module.h: In member function void wxModule::AddDependency(wxClassInfo*):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^/usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro wxCHECK_RET         wxCHECK_RET( dep, wxT("NULL module dependency") );         ^/usr/include/wx-2.8/wx/datetime.h: In member function void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_PTR WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *, ^/usr/include/wx-2.8/wx/gtk/window.h: In member function void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows); ^/usr/include/wx-2.8/wx/radiobox.h: In member function void wxToolTipArray::Remove(_wxArraywxToolTipArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray); ^/usr/include/wx-2.8/wx/valtext.h: In member function bool wxTextValidator::CheckValidator() const:/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro wxCHECK_MSG         wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,         ^/usr/include/wx-2.8/wx/textbuf.h: In member function void wxArrayLinesType::Remove(_wxArraywxArrayLinesType):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)     ^/usr/include/wx-2.8/wx/textbuf.h:43:1: note: in expansion of macro WX_DEFINE_USER_EXPORTED_ARRAY_INT WX_DEFINE_USER_EXPORTED_ARRAY_INT(wxTextFileType, ^/usr/include/wx-2.8/wx/bookctrl.h: In member function void wxArrayPages::Remove(_wxArraywxArrayPages):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/bookctrl.h:26:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(wxWindow *, wxArrayPages); ^/usr/include/wx-2.8/wx/treebase.h: In member function void wxArrayTreeItemIdsBase::Remove(_wxArraywxArrayTreeItemIdsBase):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)     ^/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_PTR     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL_PTR     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro WX_DEFINE_EXPORTED_TYPEARRAY_PTR     WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)     ^/usr/include/wx-2.8/wx/treebase.h:128:1: note: in expansion of macro WX_DEFINE_EXPORTED_ARRAY_PTR WX_DEFINE_EXPORTED_ARRAY_PTR(wxTreeItemIdValue, wxArrayTreeItemIdsBase); ^cpu.cppsnd.cppacpi.cpptex_codec.cpptex_tga.cpptex_png.cpptex_bmp.cppActorEditorListCtrl.cpptex_jpg.cpptex.cppAnimListEditor.cpptex_dds.cppTexListEditor.cppia32.cppcache.cppx86_x64.cppPropListEditor.cppmsr.cpptopology.cppToolButton.cppapic.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/CustomControls/Buttons/ToolButton.cpp: In member function void ToolButtonBar::OnTool(wxCommandEvent&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_RET(cond, msg)       wxCHECK2_MSG(cond, return, msg)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/Buttons/ToolButton.cpp:122:2: note: in expansion of macro wxCHECK_RET  wxCHECK_RET(it != m_Buttons.end(), _T("Invalid toolbar button"));  ^ldbg.cppdir_watch_inotify.cppActionButton.cpplinux.cppCanvas.cpplcpu.cppprintf.cppudbg.cppunix.cppColourDialog.cppufilesystem.cppDraggableListCtrl.cppunuma.cppuvm.cppx.cppDraggableListCtrlCommands.cppgcc.cppprecompiled.cppsecure_crt.cppLinking lowlevelFieldEditCtrl.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/FieldEditCtrl.cpp: In member function virtual void FieldEditCtrl_Dialog::StartEdit(wxWindow*, wxRect, long int, int):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/FieldEditCtrl.cpp:111:2: note: in expansion of macro wxCHECK2  wxCHECK2(dialog, return);  ^==== Building pyrogenesis (release) ====Creating obj/pyrogenesis_Releasemain.cppListCtrlValidator.cppQuickFileCtrl.cppLinking pyrogenesisQuickComboBox.cppEditableListCtrlCommands.cppEditableListCtrl.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp: In member function void EditableListCtrl::OnMouseEvent(wxMouseEvent&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp:79:3: note: in expansion of macro wxCHECK2   wxCHECK2(col >= 0 && col < (int)m_ColumnTypes.size(), return);   ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp: In member function wxString EditableListCtrl::GetCellString(long int, long int) const:/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp:236:2: note: in expansion of macro wxCHECK  wxCHECK(item >= 0 && column >= 0 && column < (int)m_ColumnTypes.size(), _T(""));  ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp: In member function AtObj EditableListCtrl::GetCellObject(long int, long int) const:/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp:247:2: note: in expansion of macro wxCHECK  wxCHECK(item >= 0 && column >= 0 && column < (int)m_ColumnTypes.size(), AtObj());  ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp: In member function void EditableListCtrl::SetCellString(long int, long int, wxString&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp:257:2: note: in expansion of macro wxCHECK  wxCHECK(item >= 0 && column >= 0 && column < (int)m_ColumnTypes.size(), );  ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp: In member function void EditableListCtrl::SetCellObject(long int, long int, AtObj&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/EditableListCtrl/EditableListCtrl.cpp:264:2: note: in expansion of macro wxCHECK  wxCHECK(item >= 0 && column >= 0 && column < (int)m_ColumnTypes.size(), );  ^QuickTextCtrl.cppFileHistory.cppHighResTimer.cppMapDialog.cpp==== Building test (release) ====Creating obj/test_Releaseprecompiled.htest_AtlasObjectXML.cpptest_MeshManager.cppSnapSplitterWindow.cppvirtualdirtreectrl.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.h: In member function void VdtcTreeItemBaseArray::Remove(_wxArrayVdtcTreeItemBaseArray):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:484:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY_HELPER     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP)     ^/usr/include/wx-2.8/wx/dynarray.h:665:5: note: in expansion of macro _WX_DEFINE_TYPEARRAY     _WX_DEFINE_TYPEARRAY(_wxArray##name, name, base, classdecl)     ^/usr/include/wx-2.8/wx/dynarray.h:646:5: note: in expansion of macro WX_DEFINE_TYPEARRAY_WITH_DECL     WX_DEFINE_TYPEARRAY_WITH_DECL(T, name, base, class wxARRAY_DEFAULT_EXPORT)     ^/usr/include/wx-2.8/wx/dynarray.h:823:5: note: in expansion of macro WX_DEFINE_TYPEARRAY     WX_DEFINE_TYPEARRAY(T, name, wxBaseArrayPtrVoid)     ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.h:192:1: note: in expansion of macro WX_DEFINE_ARRAY WX_DEFINE_ARRAY(VdtcTreeItemBase *, VdtcTreeItemBaseArray); ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.h: In member function VdtcTreeItemBase* wxVirtualDirTreeCtrl::GetParent(VdtcTreeItemBase*) const:/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.h:348:3: note: in expansion of macro wxCHECK   wxCHECK(item, 0);   ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function int wxVirtualDirTreeCtrl::ScanFromDir(VdtcTreeItemBase*, const wxFileName&, int):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:146:2: note: in expansion of macro wxCHECK  wxCHECK(item->IsDir() || item->IsRoot(), -1);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function void wxVirtualDirTreeCtrl::AddItemsToTreeCtrl(VdtcTreeItemBase*, VdtcTreeItemBaseArray&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:347:2: note: in expansion of macro wxCHECK2  wxCHECK2(item, return);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function wxFileName wxVirtualDirTreeCtrl::GetRelativePath(const wxTreeItemId&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:368:2: note: in expansion of macro wxCHECK  wxCHECK(b, value);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function wxFileName wxVirtualDirTreeCtrl::GetFullPath(const wxTreeItemId&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:381:2: note: in expansion of macro wxCHECK  wxCHECK(b, value);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function bool wxVirtualDirTreeCtrl::IsRootNode(const wxTreeItemId&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:455:2: note: in expansion of macro wxCHECK  wxCHECK(id.IsOk(), value);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function bool wxVirtualDirTreeCtrl::IsDirNode(const wxTreeItemId&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:467:2: note: in expansion of macro wxCHECK  wxCHECK(id.IsOk(), value);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function bool wxVirtualDirTreeCtrl::IsFileNode(const wxTreeItemId&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:479:2: note: in expansion of macro wxCHECK  wxCHECK(id.IsOk(), value);  ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp: In member function void wxVirtualDirTreeCtrl::AppendPathRecursively(VdtcTreeItemBase*, wxFileName&, bool):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK2(cond, op)           wxCHECK2_MSG(cond, op, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl/virtualdirtreectrl.cpp:492:2: note: in expansion of macro wxCHECK2  wxCHECK2(b, return);   ^test_LOSTexture.cppAtlasWindow.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/CustomControls/Windows/AtlasWindow.cpp: In member function bool AtlasWindow::SaveChanges(bool):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/Windows/AtlasWindow.cpp:290:2: note: in expansion of macro wxCHECK  wxCHECK(!xml.empty(), false);  ^../../../source/tools/atlas/AtlasUI/CustomControls/Windows/AtlasWindow.cpp: In member function bool AtlasWindow::OpenFile(const wxString&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/CustomControls/Windows/AtlasWindow.cpp:304:2: note: in expansion of macro wxCHECK  wxCHECK(Datafile::SlurpFile(filename, xml), false);  ^test_TextureConverter.cpptest_TextureManager.cppAtlasDialog.cppErrorReporter.cpptest_Terrain.cppAtlasWindowCommand.cppObservable.cpptest_ShaderManager.cppDatafile.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/General/Datafile.cpp: In function AtObj Datafile::ReadList(const char*):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/General/Datafile.cpp:42:2: note: in expansion of macro wxCHECK  wxCHECK(SlurpFile(filename.GetFullPath(), xml), AtObj());  ^../../../source/tools/atlas/AtlasUI/General/Datafile.cpp: In function bool Datafile::SlurpFile(const wxString&, std::string&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/General/Datafile.cpp:55:3: note: in expansion of macro wxCHECK   wxCHECK(read >= 0, false);   ^test_Color.cppAtlasWindowCommandProc.cpptest_ScriptConversions.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/General/AtlasWindowCommandProc.cpp: In member function virtual bool AtlasWindowCommandProc::Submit(wxCommand*, bool):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^../../../source/tools/atlas/AtlasUI/General/AtlasWindowCommandProc.cpp:52:2: note: in expansion of macro wxCHECK_MSG  wxCHECK_MSG(command, false, _T("no command in wxCommandProcessor::Submit"));  ^AtlasEventLoop.cpptest_ScriptVal.cppAtlasClipboard.cpptest_ScriptInterface.cppDLLInterface.cppKeyMap.cpptest_allocators.cppprecompiled.cpptest_headerless.cppScenarioEditor.cpptest_tex.cpptest_trace.cpptest_vfs_tree.cpptest_byte_order.cpptest_wchar.cppSectionLayout.cpptest_base32.cpptest_rand.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h: In member function void ArrayOfAIData::Remove(_wxArrayArrayOfAIData):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:534:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:713:5: note: in expansion of macro _WX_DEFINE_SORTED_TYPEARRAY_2     _WX_DEFINE_SORTED_TYPEARRAY_2(_wxArray##name, name, base,             \     ^/usr/include/wx-2.8/wx/dynarray.h:704:5: note: in expansion of macro WX_DEFINE_SORTED_USER_EXPORTED_TYPEARRAY     WX_DEFINE_SORTED_USER_EXPORTED_TYPEARRAY(T, name, base,               \     ^/usr/include/wx-2.8/wx/dynarray.h:884:5: note: in expansion of macro WX_DEFINE_SORTED_TYPEARRAY     WX_DEFINE_SORTED_TYPEARRAY(T, name, wxBaseArrayPtrVoid)     ^../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h:95:1: note: in expansion of macro WX_DEFINE_SORTED_ARRAY WX_DEFINE_SORTED_ARRAY(AIData*, ArrayOfAIData); ^test_adts.cpptest_fnv_hash.cpptest_regex.cppSidebar.cpptest_cache_adt.cppEnvironment.cpptest_lib.cpptest_path_util.cpptest_bits.cpptest_secure_crt.cppLightControl.cpptest_path.cppMap.cpptest_posix.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp: In member function void MapSidebar::UpdateSimButtons():/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp:431:2: note: in expansion of macro wxCHECK  wxCHECK(button, );  ^test_rtl.cpptest_printf.cpptest_sysdep.cpptest_Fixed.cppVariationControl.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Object/VariationControl.cpp: In member function void VariationControl::OnSelect(wxCommandEvent&):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro wxCHECK2_MSG #define wxCHECK_MSG(cond, rc, msg)   wxCHECK2_MSG(cond, return rc, msg)                                      ^/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro wxCHECK_MSG #define wxCHECK(cond, rc)            wxCHECK_MSG(cond, rc, NULL)                                      ^../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Object/VariationControl.cpp:52:2: note: in expansion of macro wxCHECK  wxCHECK(thisComboBox != NULL, );  ^Object.cpptest_Bound.cpptest_Matrix3d.cpptest_FixedVector2D.cpptest_Brush.cppPlayer.cpptest_Sqrt.cppIn file included from /usr/include/wx-2.8/wx/defs.h:521:0,                 from /usr/include/wx-2.8/wx/wxprec.h:13,                 from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:47:../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h: In member function void ArrayOfAIData::Remove(_wxArrayArrayOfAIData):/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef wxDummyCheckInt locally defined but not used [-Wunused-local-typedefs]     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt                                           ^/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro wxFORCE_SEMICOLON         wxFORCE_SEMICOLON /* just to force a semicolon */         ^/usr/include/wx-2.8/wx/dynarray.h:534:7: note: in expansion of macro wxCHECK2_MSG       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \       ^/usr/include/wx-2.8/wx/dynarray.h:713:5: note: in expansion of macro _WX_DEFINE_SORTED_TYPEARRAY_2     _WX_DEFINE_SORTED_TYPEARRAY_2(_wxArray##name, name, base,             \     ^/usr/include/wx-2.8/wx/dynarray.h:704:5: note: in expansion of macro WX_DEFINE_SORTED_USER_EXPORTED_TYPEARRAY     WX_DEFINE_SORTED_USER_EXPORTED_TYPEARRAY(T, name, base,               \     ^/usr/include/wx-2.8/wx/dynarray.h:884:5: note: in expansion of macro WX_DEFINE_SORTED_TYPEARRAY     WX_DEFINE_SORTED_TYPEARRAY(T, name, wxBaseArrayPtrVoid)     ^../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h:95:1: note: in expansion of macro WX_DEFINE_SORTED_ARRAY WX_DEFINE_SORTED_ARRAY(AIData*, ArrayOfAIData); ^test_MD5.cpptest_Random.cpptest_FixedVector3D.cpptest_Parser.cppTerrain.cpptest_test.cppstub_impl_hack.cpptest_CLogger.cppSmoothElevation.cpptest_CStr.cpptest_CmdLineArgs.cppFillTerrain.cpptest_XMLWriter.cppPlaceObject.cpptest_XeroXMB.cppFlattenElevation.cpptest_Xeromyces.cpptest_RelaxNG.cpptest_ParseString.cppReplaceTerrain.cpptest_NetMessage.cpptest_Net.cppPaintTerrain.cpptest_Position.cppPikeElevation.cppActorViewerTool.cpptest_Pathfinder.cppTransformObject.cpptest_CommandQueue.cppAlterElevation.cpptest_scripts.cppBrushes.cpptest_RangeManager.cppMiscState.cppTools.cpptest_ObstructionManager.cppObjectSettings.cpptest_TerritoryManager.cpptest_Simulation2.cppActorEditor.cppLinking AtlasUItest_ComponentManager.cpp==== Building ActorEditor (release) ====Creating obj/ActorEditor_ReleaseActorEditor.cppLinking ActorEditortest_Serializer.cpptest_CmpTemplateManager.cpptest_ParamNode.cppprecompiled.cpptest_setup.cpptest_root.cppLinking testRunning 287 tests...............................................................................................................................................................................................................................................................................................OK!kelly@mommas:~/Source/0ad$ ^

xubuntu-13.10_svn-14346_build-warnings.txt

Edited by quantumstate
Added spoiler tag to contain long log file
Link to comment
Share on other sites

Btw, I forgot to mention, you only need to clean workspaces if a source file (a file not in the binaries directory) is deleted, update workspaces after a clean, or when a source file is added. And make clean if something went wrong. So for most updates, you only need the actual make command.

Stopping at the stage that gives you problems will also make the log a bit readable. as it will stop after a big fail, and not execute the other scripts.

Link to comment
Share on other sites

After adding libwxgtk2.8-dbg, which did pull in another -dbg library file (forgot to write that one down) I haven't had any in-game errors and while building, I have only had the warnings that I posted about. When I had in-game errors was at the same time as [Fixed] AI Aegis SVN errors was a valid issue. Since that was resolved I haven't had any in-game issues.

Link to comment
Share on other sites

The -dbg packages are usually just debug symbols for gdb, I'm extremely skeptical that having those would fix the build, or that not having them would break the build. As I understand, they are excluded to save download time and hard drive space since most people don't want them. So probably it was some other dependency that was missing or perhaps the packages are broken. It would help to see the build output in that case.

Link to comment
Share on other sites

I'm not sure if I had build errors before or not. Most likely I only had build warnings before. When I added the libwxgtk2.8-dbg it also pulled in something named similar to libwxbase (don't count on that being the proper name). After having those two files added I am left with the build warnings that I originally posted about. I do not have any in-game issues currently.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...