Snippets for 0ad 0.28.0 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/0ad/0.28.0_5/150amd64-default.log.
-
FCollada/FMath/FMMatrix44.h:66:14: warning: definition of implicit copy constructor for 'FMMatrix44' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] 66 | FMMatrix44& operator=(const FMMatrix44& copy); | ^ -
FCollada/FUtils/FUString.h:52:3: warning: definition of implicit copy assignment operator for 'stringT<char>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 52 | stringT(const stringT& c) : Parent(c) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDExtra *, FCDExtra *>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:174:14: warning: definition of implicit copy constructor for 'iterator' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] 174 | iterator& operator=(const iterator& copy) { currentNode = copy.currentNode; return *this; } | ^ -
FCollada/FMath/FMArray.h:300:14: warning: destination for this 'memcpy' call is a pointer to dynamic class 'FUTrackedList<FCDAnimationCurve>'; vtable pointer will be overwritten [-Wdynamic-class-memaccess] 300 | memcpy(newValues, heapBuffer, sized * sizeof(T)); | ~~~~~~ ^ -
FCollada/FCDocument/FCDExtra.h:444:12: warning: private field 'parent' is not used [-Wunused-private-field] 444 | FCDEType* parent; | ^ -
FCollada/FMath/FMTree.h:275:20: warning: definition of implicit copy constructor for 'const_iterator' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] 275 | const_iterator& operator=(const const_iterator& copy) { currentNode = copy.currentNode; return *this; } /**< See above. */ | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDExtra *, FCDExtra *>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
-
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDAnimated *, FCDAnimated *>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FCDocument/FCDParameterAnimatable.cpp:299:15: warning: variable 'aa' set but not used [-Wunused-but-set-variable] 299 | FCDAnimated* aa = v1.GetAnimated(); | ^ -
FCollada/FCDocument/FCDParameterAnimatable.cpp:308:5: warning: explicitly assigning value of variable of type 'FCDParameterListAnimatableT<T, Q>' to itself [-Wself-assign-overloaded] 308 | v1 = v1; | ~~ ^ ~~ -
FCollada/FCDocument/FCDParameterAnimatable.cpp:328:15: warning: variable 'aa' set but not used [-Wunused-but-set-variable] 328 | FCDAnimated* aa = v1.GetAnimated(0); | ^ -
FCollada/FCDocument/FCDPhysicsAnalyticalGeometry.h:322:40: warning: 'FCDPASTaperedCapsule::Clone' hides overloaded virtual function [-Woverloaded-virtual] 322 | virtual FCDPhysicsAnalyticalGeometry* Clone(FCDPhysicsAnalyticalGeometry* clone = NULL, bool cloneChildren = false) const; | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<_xmlNode *, FUUri>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDSceneNode *, unsigned long>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<const FCDSceneNode *, unsigned long>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FCDocument/FCDEffectParameter.h:226:2: warning: instantiation of variable 'FCDEffectParameterT<int>::__classType' required here, but no definition is available [-Wundefined-var-template] 226 | DeclareObjectType(FCDEffectParameter); | ^ -
FCollada/FMath/FMMatrix33.h:84:14: warning: definition of implicit copy constructor for 'FMMatrix33' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] 84 | FMMatrix33& operator=(const FMMatrix33& copy); | ^ -
FCollada/FMath/FMQuaternion.h:112:23: warning: definition of implicit copy constructor for 'FMQuaternion' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] 112 | inline FMQuaternion& operator=(const FMQuaternion& q) { x = q.x; y = q.y; z = q.z; w = q.w; return (*this); } | ^ -
FCollada/FMath/FMVector3.h:35:8: warning: private field 'w' is not used [-Wunused-private-field] 35 | float w; // For alignment purposes. | ^ -
FCollada/FUtils/FUFileManager.cpp:216:50: warning: implicit conversion from 'unsigned int' to 'mode_t' (aka 'unsigned short') changes value from 4294967295 to 65535 [-Wconstant-conversion] 216 | if (mkdir(TO_STRING(absoluteDirectory).c_str(), ~0u) == 0) return true; // I think this means all permissions.. | ~~~~~ ^~~ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FUUri::Scheme, SchemeCallbacks *>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FUtils/FUSemaphore.h:36:2: warning: "FUSemaphore: Semaphore not implemented for non Windows" [-W#warnings] 36 | #warning "FUSemaphore: Semaphore not implemented for non Windows" | ^ -
FCollada/FUtils/FUStringConversion.cpp:281:8: warning: variable 'f' set but not used [-Wunused-but-set-variable] 281 | float f = FUStringConversion::ToFloat(&c); | ^ -
FCollada/FUtils/FUStringConversion.cpp:283:7: warning: variable 'b' set but not used [-Wunused-but-set-variable] 283 | bool b = FUStringConversion::ToBoolean(c); | ^ -
FCollada/FUtils/FUStringConversion.cpp:285:8: warning: variable 'i32' set but not used [-Wunused-but-set-variable] 285 | int32 i32 = FUStringConversion::ToInt32(&c); | ^ -
FCollada/FUtils/FUStringConversion.cpp:287:9: warning: variable 'u32' set but not used [-Wunused-but-set-variable] 287 | uint32 u32 = FUStringConversion::ToUInt32(&c); | ^ -
FCollada/FUtils/FUThread.h:30:2: warning: "Threads not yet implemented for non Windows." [-W#warnings] 30 | #warning "Threads not yet implemented for non Windows." | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<unsigned int, unsigned int>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FColladaPlugins/FArchiveXML/FArchiveXML.cpp:405:2: warning: variable 'x' used in loop condition not modified in loop body [-Wfor-loop-analysis] 405 | _FCATCH_ALL | ^~~~~~~~~~~ -
FColladaPlugins/FArchiveXML/FArchiveXML.cpp:439:5: warning: variable 'x' used in loop condition not modified in loop body [-Wfor-loop-analysis] 439 | _FCATCH_ALL | ^~~~~~~~~~~ -
FColladaPlugins/FArchiveXML/FArchiveXML.cpp:474:5: warning: variable 'x' used in loop condition not modified in loop body [-Wfor-loop-analysis] 474 | _FCATCH_ALL | ^~~~~~~~~~~ -
FColladaPlugins/FArchiveXML/FArchiveXML.cpp:502:5: warning: variable 'x' used in loop condition not modified in loop body [-Wfor-loop-analysis] 502 | _FCATCH_ALL | ^~~~~~~~~~~ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDEmitterInstance *, FCDEmitterInstanceData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FCDocument/FCDEffectParameter.h:226:2: warning: instantiation of variable 'FCDEffectParameterT<bool>::__classType' required here, but no definition is available [-Wundefined-var-template] 226 | DeclareObjectType(FCDEffectParameter); | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDTargetedEntity *, FCDTargetedEntityData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
-
FCollada/FCDocument/FCDEffectParameter.h:288:2: warning: instantiation of variable 'FCDEffectParameterAnimatableT<float, 0>::__classType' required here, but no definition is available [-Wundefined-var-template] 288 | DeclareObjectType(FCDEffectParameter); | ^ -
FCollada/FCDocument/FCDEffectParameter.h:288:2: warning: instantiation of variable 'FCDEffectParameterAnimatableT<FMVector2, 0>::__classType' required here, but no definition is available [-Wundefined-var-template] 288 | DeclareObjectType(FCDEffectParameter); | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDAnimated *, FCDAnimatedData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(coIn file included from FColladaPlugins/FArchiveXML/FArchiveXML.cpp:10:
-
FCollada/FCDocument/FCDEffectParameter.h:288:2: warning: instantiation of variable 'FCDEffectParameterAnimatableT<FMVector3, 0>::__classType' required here, but no definition is available [-Wundefined-var-template]
-
FCollada/FCDocument/FCDEffectParameter.h:288:2: warning: instantiation of variable 'FCDEffectParameterAnimatableT<FMVector3, 1>::__classType' required here, but no definition is available [-Wundefined-var-template] 288 | DeclareObjectType(FCDEffectParameter); | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDAnimationCurve *, FCDAnimationCurveData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
-
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDAnimation *, FCDAnimationData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
-
FCollada/FCDocument/FCDEffectParameter.h:288:2: warning: instantiation of variable 'FCDEffectParameterAnimatableT<FMMatrix44, 0>::__classType' required here, but no definition is available [-Wundefined-var-template]
-
FCollada/FCDocument/FCDEffectParameter.h:226:2: warning: instantiation of variable 'FCDEffectParameterT<fm::stringT<char>>::__classType' required here, but no definition is available [-Wundefined-var-template] 226 | DeclareObjectType(FCDEffectParameter); | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<_xmlNode *, unsigned int>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
-
FCollada/FCDocument/FCDEffectParameter.h:288:2: warning: instantiation of variable 'FCDEffectParameterAnimatableT<FMVector4, 0>::__classType' required here, but no definition is available [-Wundefined-var-template] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ 288 | DeclareObjectType(FCDEffectParameter); | ^ -
FCollada/FCDocument/FCDEffectParameter.h:288:2: warning: instantiation of variable 'FCDEffectParameterAnimatableT<FMVector4, 1>::__classType' required here, but no definition is available [-Wundefined-var-template] 288 | DeclareObjectType(FCDEffectParameter); | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDPhysicsModel *, FCDPhysicsModelData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
-
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDEffectParameterSampler *, FCDEffectParameterSamplerData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDTexture *, FCDTextureData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDSkinController *, FCDSkinControllerData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDMorphController *, FCDMorphControllerData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDEmitterInstance *, FCDEmitterInstanceData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
-
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDGeometrySource *, FCDGeometrySourceData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair( 44 | pair(const pairc& p)onst pa : first(p.first), second(pir& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDTargetedEntity *, FCDTargetedEntityData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDAnimationChannel *, FCDAnimationChannelData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDAnimated *, FCDAnimatedData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDAnimationCurve *, FCDAnimationCurveData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDAnimation *, FCDAnimationData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<_xmlNode *, unsigned int>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDPhysicsModel *, FCDPhysicsModelData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDGeometrySource *, FCDGeometrySourceData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FUtils/FUString.h:52:3: warning: definition of implicit copy assignment operator for 'stringT<char>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
-
FCollada/FCDocument/FCDEffectParameter.h:288:2: warning: instantiation of variable 'FCDEffectParameterAnimatableT<FMVector3, 0>::__classType' required here, but no definition is available [-Wundefined-var-template] 288 | DeclareObjectType(FCDEffectParameter); | ^ -
FCollada/FCDocument/FCDEffectParameter.h:288:2: warning: instantiation of variable 'FCDEffectParameterAnimatableT<FMMatrix44, 0>::__classType' required here, but no definition is available [-Wundefined-var-template] 288 | DeclareObjectType(FCDEffectParameter); | ^ -
FCollada/FCDocument/FCDEffectParameter.h:288:2: warning: instantiation of variable 'FCDEffectParameterAnimatableT<FMVector4, 0>::__classType' required here, but no definition is available [-Wundefined-var-template] 288 | DeclareObjectType(FCDEffectParameter); | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDAnimated *, FCDAnimatedData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
-
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDAnimationCurve *, FCDAnimationCurveData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& In file included from FColladaPlugins/FArchiveXML/FArchiveXML.cpp:9p:
-
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDEffectParameterSampler *, FCDEffectParameterSamplerData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
-
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDSkinController *, FCDSkinControllerData>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | paiFCollada/FMath/FMTree.hr(const pair& p) : first(p.first), second(p.second) {} | ^ -
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<_xmlNode *, FUUri>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
-
FCollada/FMath/FMTree.h:44:3: warning: definition of implicit copy assignment operator for 'pair<FCDExtra *, FCDExtra *>' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] 44 | pair(const pair& p) : first(p.first), second(p.second) {} warnings generated. -
../../binmodules/luasocket/src/select.c:124:16: warning: variable 'n' set but not used [-Wunused-but-set-variable] 124 | int i = 1, n = 0; | ^