Advertisement
Guest User

OGRE Build Error

a guest
Aug 18th, 2019
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 133.97 KB | None | 0 0
  1. [ 89%] Building CXX object Components/Python/CMakeFiles/_Ogre.dir/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx.o
  2. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Math_intersects__SWIG_14(PyObject*, PyObject*)’:
  3. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:24684:138: warning: ‘static Ogre::RayTestResult Ogre::Math::intersects(const Ogre::Ray&, const std::__cxx11::list<Ogre::Plane>&, bool)’ is deprecated [-Wdeprecated-declarations]
  4. result = Ogre::Math::intersects((Ogre::Ray const &)*arg1,(std::list< Ogre::Plane,std::allocator< Ogre::Plane > > const &)*arg2,arg3);
  5. ^
  6. In file included from /app/ogre/OgreMain/include/OgreVector.h:33,
  7. from /app/ogre/OgreMain/include/OgreVector3.h:1,
  8. from /app/ogre/OgreMain/include/OgreMatrix3.h:33,
  9. from /app/ogre/OgreMain/include/OgreMatrix4.h:34,
  10. from /app/ogre/OgreMain/include/OgreSimpleSpline.h:33,
  11. from /app/ogre/OgreMain/include/OgreAnimationTrack.h:34,
  12. from /app/ogre/OgreMain/include/OgreAnimation.h:34,
  13. from /app/ogre/OgreMain/include/Ogre.h:33,
  14. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  15. /app/ogre/OgreMain/include/OgreMath.h:666:46: note: declared here
  16. OGRE_DEPRECATED static RayTestResult intersects(const Ray& ray, const std::list<Plane>& planeList,
  17. ^~~~~~~~~~
  18. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:24684:138: warning: ‘static Ogre::RayTestResult Ogre::Math::intersects(const Ogre::Ray&, const std::__cxx11::list<Ogre::Plane>&, bool)’ is deprecated [-Wdeprecated-declarations]
  19. result = Ogre::Math::intersects((Ogre::Ray const &)*arg1,(std::list< Ogre::Plane,std::allocator< Ogre::Plane > > const &)*arg2,arg3);
  20. ^
  21. In file included from /app/ogre/OgreMain/include/OgreVector.h:33,
  22. from /app/ogre/OgreMain/include/OgreVector3.h:1,
  23. from /app/ogre/OgreMain/include/OgreMatrix3.h:33,
  24. from /app/ogre/OgreMain/include/OgreMatrix4.h:34,
  25. from /app/ogre/OgreMain/include/OgreSimpleSpline.h:33,
  26. from /app/ogre/OgreMain/include/OgreAnimationTrack.h:34,
  27. from /app/ogre/OgreMain/include/OgreAnimation.h:34,
  28. from /app/ogre/OgreMain/include/Ogre.h:33,
  29. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  30. /app/ogre/OgreMain/include/OgreMath.h:666:46: note: declared here
  31. OGRE_DEPRECATED static RayTestResult intersects(const Ray& ray, const std::list<Plane>& planeList,
  32. ^~~~~~~~~~
  33. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_TransformBaseReal_extract3x3Matrix(PyObject*, PyObject*)’:
  34. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:44435:70: warning: ‘void Ogre::TransformBaseReal::extract3x3Matrix(Ogre::Matrix3&) const’ is deprecated [-Wdeprecated-declarations]
  35. ((Ogre::TransformBaseReal const *)arg1)->extract3x3Matrix(*arg2);
  36. ^
  37. In file included from /app/ogre/OgreMain/include/OgreSimpleSpline.h:33,
  38. from /app/ogre/OgreMain/include/OgreAnimationTrack.h:34,
  39. from /app/ogre/OgreMain/include/OgreAnimation.h:34,
  40. from /app/ogre/OgreMain/include/Ogre.h:33,
  41. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  42. /app/ogre/OgreMain/include/OgreMatrix4.h:192:30: note: declared here
  43. OGRE_DEPRECATED void extract3x3Matrix(Matrix3& m3x3) const { m3x3 = linear(); }
  44. ^~~~~~~~~~~~~~~~
  45. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_TransformBaseReal_extractQuaternion(PyObject*, PyObject*)’:
  46. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:44468:75: warning: ‘Ogre::Quaternion Ogre::TransformBaseReal::extractQuaternion() const’ is deprecated [-Wdeprecated-declarations]
  47. result = ((Ogre::TransformBaseReal const *)arg1)->extractQuaternion();
  48. ^
  49. In file included from /app/ogre/OgreMain/include/OgreSimpleSpline.h:33,
  50. from /app/ogre/OgreMain/include/OgreAnimationTrack.h:34,
  51. from /app/ogre/OgreMain/include/OgreAnimation.h:34,
  52. from /app/ogre/OgreMain/include/Ogre.h:33,
  53. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  54. /app/ogre/OgreMain/include/OgreMatrix4.h:193:36: note: declared here
  55. OGRE_DEPRECATED Quaternion extractQuaternion() const { return Quaternion(linear()); }
  56. ^~~~~~~~~~~~~~~~~
  57. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_ColourValue_getHSB__SWIG_1(PyObject*, PyObject*)’:
  58. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:82714:63: warning: ‘void Ogre::ColourValue::getHSB(float*, float*, float*) const’ is deprecated [-Wdeprecated-declarations]
  59. ((Ogre::ColourValue const *)arg1)->getHSB(arg2,arg3,arg4);
  60. ^
  61. In file included from /app/ogre/OgreMain/include/OgreHardwareVertexBuffer.h:35,
  62. from /app/ogre/OgreMain/include/OgrePose.h:33,
  63. from /app/ogre/OgreMain/include/OgreAnimationTrack.h:36,
  64. from /app/ogre/OgreMain/include/OgreAnimation.h:34,
  65. from /app/ogre/OgreMain/include/Ogre.h:33,
  66. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  67. /app/ogre/OgreMain/include/OgreColourValue.h:318:30: note: declared here
  68. OGRE_DEPRECATED void getHSB(float* hue, float* saturation, float* brightness) const
  69. ^~~~~~
  70. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_RenderSystem__setProjectionMatrix(PyObject*, PyObject*)’:
  71. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:278548:40: warning: ‘void Ogre::RenderSystem::_setProjectionMatrix(Ogre::Matrix4)’ is deprecated [-Wdeprecated-declarations]
  72. (arg1)->_setProjectionMatrix(arg2);
  73. ^
  74. In file included from /app/ogre/OgreMain/include/OgreCompositorManager.h:33,
  75. from /app/ogre/OgreMain/include/Ogre.h:46,
  76. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  77. /app/ogre/OgreMain/include/OgreRenderSystem.h:244:30: note: declared here
  78. OGRE_DEPRECATED void _setProjectionMatrix(Matrix4 m);
  79. ^~~~~~~~~~~~~~~~~~~~
  80. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_RenderSystem__setViewMatrix(PyObject*, PyObject*)’:
  81. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:278592:58: warning: ‘void Ogre::RenderSystem::_setViewMatrix(const Ogre::Matrix4&)’ is deprecated [-Wdeprecated-declarations]
  82. (arg1)->_setViewMatrix((Ogre::Matrix4 const &)*arg2);
  83. ^
  84. In file included from /app/ogre/OgreMain/include/OgreCompositorManager.h:33,
  85. from /app/ogre/OgreMain/include/Ogre.h:46,
  86. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  87. /app/ogre/OgreMain/include/OgreRenderSystem.h:247:30: note: declared here
  88. OGRE_DEPRECATED void _setViewMatrix(const Matrix4& m)
  89. ^~~~~~~~~~~~~~
  90. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_RenderSystem__setWorldMatrix(PyObject*, PyObject*)’:
  91. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:278636:59: warning: ‘void Ogre::RenderSystem::_setWorldMatrix(const Ogre::Matrix4&)’ is deprecated [-Wdeprecated-declarations]
  92. (arg1)->_setWorldMatrix((Ogre::Matrix4 const &)*arg2);
  93. ^
  94. In file included from /app/ogre/OgreMain/include/OgreCompositorManager.h:33,
  95. from /app/ogre/OgreMain/include/Ogre.h:46,
  96. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  97. /app/ogre/OgreMain/include/OgreRenderSystem.h:255:30: note: declared here
  98. OGRE_DEPRECATED void _setWorldMatrix(const Matrix4& m)
  99. ^~~~~~~~~~~~~~~
  100. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_RenderSystem__setFog(PyObject*, PyObject*)’:
  101. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:278677:27: warning: ‘void Ogre::RenderSystem::_setFog(Ogre::FogMode)’ is deprecated [-Wdeprecated-declarations]
  102. (arg1)->_setFog(arg2);
  103. ^
  104. In file included from /app/ogre/OgreMain/include/OgreCompositorManager.h:33,
  105. from /app/ogre/OgreMain/include/Ogre.h:46,
  106. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  107. /app/ogre/OgreMain/include/OgreRenderSystem.h:263:30: note: declared here
  108. OGRE_DEPRECATED void _setFog(FogMode f)
  109. ^~~~~~~
  110. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_RenderSystem__setSceneBlending__SWIG_0(PyObject*, PyObject*)’:
  111. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:278736:47: warning: ‘void Ogre::RenderSystem::_setSceneBlending(Ogre::SceneBlendFactor, Ogre::SceneBlendFactor, Ogre::SceneBlendOperation)’ is deprecated [-Wdeprecated-declarations]
  112. (arg1)->_setSceneBlending(arg2,arg3,arg4);
  113. ^
  114. In file included from /app/ogre/OgreMain/include/OgreCompositorManager.h:33,
  115. from /app/ogre/OgreMain/include/Ogre.h:46,
  116. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  117. /app/ogre/OgreMain/include/OgreRenderSystem.h:270:30: note: declared here
  118. OGRE_DEPRECATED void _setSceneBlending(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor, SceneBlendOperation op = SBO_ADD)
  119. ^~~~~~~~~~~~~~~~~
  120. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_RenderSystem__setSceneBlending__SWIG_1(PyObject*, PyObject*)’:
  121. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:278786:42: warning: ‘void Ogre::RenderSystem::_setSceneBlending(Ogre::SceneBlendFactor, Ogre::SceneBlendFactor, Ogre::SceneBlendOperation)’ is deprecated [-Wdeprecated-declarations]
  122. (arg1)->_setSceneBlending(arg2,arg3);
  123. ^
  124. In file included from /app/ogre/OgreMain/include/OgreCompositorManager.h:33,
  125. from /app/ogre/OgreMain/include/Ogre.h:46,
  126. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  127. /app/ogre/OgreMain/include/OgreRenderSystem.h:270:30: note: declared here
  128. OGRE_DEPRECATED void _setSceneBlending(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor, SceneBlendOperation op = SBO_ADD)
  129. ^~~~~~~~~~~~~~~~~
  130. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_RenderSystem__setTextureUnitFiltering__SWIG_1(PyObject*, PyObject*)’:
  131. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:280830:59: warning: ‘virtual void Ogre::RenderSystem::_setTextureUnitFiltering(size_t, Ogre::FilterOptions, Ogre::FilterOptions, Ogre::FilterOptions)’ is deprecated [-Wdeprecated-declarations]
  132. (arg1)->_setTextureUnitFiltering(arg2,arg3,arg4,arg5);
  133. ^
  134. In file included from /app/ogre/OgreMain/include/OgreCompositorManager.h:33,
  135. from /app/ogre/OgreMain/include/Ogre.h:46,
  136. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  137. /app/ogre/OgreMain/include/OgreRenderSystem.h:544:38: note: declared here
  138. OGRE_DEPRECATED virtual void _setTextureUnitFiltering(size_t unit, FilterOptions minFilter,
  139. ^~~~~~~~~~~~~~~~~~~~~~~~
  140. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_RenderSystem__setTextureAddressingMode(PyObject*, PyObject*)’:
  141. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:280967:93: warning: ‘virtual void Ogre::RenderSystem::_setTextureAddressingMode(size_t, const Ogre::Sampler::UVWAddressingMode&)’ is deprecated [-Wdeprecated-declarations]
  142. (arg1)->_setTextureAddressingMode(arg2,(Ogre::Sampler::UVWAddressingMode const &)*arg3);
  143. ^
  144. In file included from /app/ogre/OgreMain/include/OgreCompositorManager.h:33,
  145. from /app/ogre/OgreMain/include/Ogre.h:46,
  146. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  147. /app/ogre/OgreMain/include/OgreRenderSystem.h:548:38: note: declared here
  148. OGRE_DEPRECATED virtual void _setTextureAddressingMode(size_t unit, const Sampler::UVWAddressingMode& uvw) = 0;
  149. ^~~~~~~~~~~~~~~~~~~~~~~~~
  150. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_CompositionPass_setQuadCorners__SWIG_1(PyObject*, PyObject*)’:
  151. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:292742:49: warning: ‘void Ogre::CompositionPass::setQuadCorners(Ogre::Real, Ogre::Real, Ogre::Real, Ogre::Real)’ is deprecated [-Wdeprecated-declarations]
  152. (arg1)->setQuadCorners(arg2,arg3,arg4,arg5);
  153. ^
  154. In file included from /app/ogre/OgreMain/include/Ogre.h:50,
  155. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  156. /app/ogre/OgreMain/include/OgreCompositionPass.h:291:30: note: declared here
  157. OGRE_DEPRECATED void setQuadCorners(Real left,Real top,Real right,Real bottom);
  158. ^~~~~~~~~~~~~~
  159. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_CompositionPass_getQuadCorners__SWIG_1(PyObject*, PyObject*)’:
  160. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:292938:99: warning: ‘bool Ogre::CompositionPass::getQuadCorners(Ogre::Real&, Ogre::Real&, Ogre::Real&, Ogre::Real&) const’ is deprecated [-Wdeprecated-declarations]
  161. result = (bool)((Ogre::CompositionPass const *)arg1)->getQuadCorners(*arg2,*arg3,*arg4,*arg5);
  162. ^
  163. In file included from /app/ogre/OgreMain/include/Ogre.h:50,
  164. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  165. /app/ogre/OgreMain/include/OgreCompositionPass.h:298:30: note: declared here
  166. OGRE_DEPRECATED bool getQuadCorners(Real & left,Real & top,Real & right,Real & bottom) const;
  167. ^~~~~~~~~~~~~~
  168. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Node_getChildIterator__SWIG_0(PyObject*, PyObject*)’:
  169. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:319519:41: warning: ‘Ogre::Node::ChildNodeIterator Ogre::Node::getChildIterator()’ is deprecated [-Wdeprecated-declarations]
  170. result = (arg1)->getChildIterator();
  171. ^
  172. In file included from /app/ogre/OgreMain/include/OgreBone.h:33,
  173. from /app/ogre/OgreMain/include/Ogre.h:43,
  174. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  175. /app/ogre/OgreMain/include/OgreNode.h:482:43: note: declared here
  176. OGRE_DEPRECATED ChildNodeIterator getChildIterator(void);
  177. ^~~~~~~~~~~~~~~~
  178. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Node_getChildIterator__SWIG_1(PyObject*, PyObject*)’:
  179. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:319552:61: warning: ‘Ogre::Node::ConstChildNodeIterator Ogre::Node::getChildIterator() const’ is deprecated [-Wdeprecated-declarations]
  180. result = ((Ogre::Node const *)arg1)->getChildIterator();
  181. ^
  182. In file included from /app/ogre/OgreMain/include/OgreBone.h:33,
  183. from /app/ogre/OgreMain/include/Ogre.h:43,
  184. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  185. /app/ogre/OgreMain/include/OgreNode.h:485:48: note: declared here
  186. OGRE_DEPRECATED ConstChildNodeIterator getChildIterator(void) const;
  187. ^~~~~~~~~~~~~~~~
  188. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Entity_getAttachedObjectIterator(PyObject*, PyObject*)’:
  189. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:348112:50: warning: ‘Ogre::Entity::ChildObjectListIterator Ogre::Entity::getAttachedObjectIterator()’ is deprecated [-Wdeprecated-declarations]
  190. result = (arg1)->getAttachedObjectIterator();
  191. ^
  192. In file included from /app/ogre/OgreMain/include/Ogre.h:55,
  193. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  194. /app/ogre/OgreMain/include/OgreEntity.h:605:49: note: declared here
  195. OGRE_DEPRECATED ChildObjectListIterator getAttachedObjectIterator(void);
  196. ^~~~~~~~~~~~~~~~~~~~~~~~~
  197. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_SubMesh_isMatInitialised(PyObject*, PyObject*)’:
  198. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:389929:70: warning: ‘bool Ogre::SubMesh::isMatInitialised() const’ is deprecated [-Wdeprecated-declarations]
  199. result = (bool)((Ogre::SubMesh const *)arg1)->isMatInitialised();
  200. ^
  201. In file included from /app/ogre/OgreMain/include/Ogre.h:124,
  202. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  203. /app/ogre/OgreMain/include/OgreSubMesh.h:146:30: note: declared here
  204. OGRE_DEPRECATED bool isMatInitialised(void) const { return bool(mMaterial); }
  205. ^~~~~~~~~~~~~~~~
  206. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_SceneManager_getShadowTextureConfigIterator(PyObject*, PyObject*)’:
  207. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:477005:83: warning: ‘Ogre::ConstShadowTextureConfigIterator Ogre::SceneManager::getShadowTextureConfigIterator() const’ is deprecated [-Wdeprecated-declarations]
  208. result = ((Ogre::SceneManager const *)arg1)->getShadowTextureConfigIterator();
  209. ^
  210. In file included from /app/ogre/OgreMain/include/OgreSceneManagerEnumerator.h:33,
  211. from /app/ogre/OgreMain/include/OgreRoot.h:33,
  212. from /app/ogre/OgreMain/include/Ogre.h:105,
  213. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  214. /app/ogre/OgreMain/include/OgreSceneManager.h:2764:58: note: declared here
  215. OGRE_DEPRECATED ConstShadowTextureConfigIterator getShadowTextureConfigIterator() const;
  216. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  217. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_SceneManager_getShadowTextureCount(PyObject*, PyObject*)’:
  218. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:477161:74: warning: ‘size_t Ogre::SceneManager::getShadowTextureCount() const’ is deprecated [-Wdeprecated-declarations]
  219. result = ((Ogre::SceneManager const *)arg1)->getShadowTextureCount();
  220. ^
  221. In file included from /app/ogre/OgreMain/include/OgreSceneManagerEnumerator.h:33,
  222. from /app/ogre/OgreMain/include/OgreRoot.h:33,
  223. from /app/ogre/OgreMain/include/Ogre.h:105,
  224. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  225. /app/ogre/OgreMain/include/OgreSceneManager.h:2799:32: note: declared here
  226. OGRE_DEPRECATED size_t getShadowTextureCount(void) const {return mShadowRenderer.mShadowTextureConfigList.size(); }
  227. ^~~~~~~~~~~~~~~~~~~~~
  228. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_SceneManager_getMovableObjectIterator(PyObject*, PyObject*)’:
  229. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:481181:76: warning: ‘Ogre::SceneManager::MovableObjectIterator Ogre::SceneManager::getMovableObjectIterator(const String&)’ is deprecated [-Wdeprecated-declarations]
  230. result = (arg1)->getMovableObjectIterator((Ogre::String const &)*arg2);
  231. ^
  232. In file included from /app/ogre/OgreMain/include/OgreSceneManagerEnumerator.h:33,
  233. from /app/ogre/OgreMain/include/OgreRoot.h:33,
  234. from /app/ogre/OgreMain/include/Ogre.h:105,
  235. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  236. /app/ogre/OgreMain/include/OgreSceneManager.h:3218:47: note: declared here
  237. OGRE_DEPRECATED MovableObjectIterator getMovableObjectIterator(const String& typeName);
  238. ^~~~~~~~~~~~~~~~~~~~~~~~
  239. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Root_getMovableObjectFactoryIterator(PyObject*, PyObject*)’:
  240. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:492728:76: warning: ‘Ogre::Root::MovableObjectFactoryIterator Ogre::Root::getMovableObjectFactoryIterator() const’ is deprecated [-Wdeprecated-declarations]
  241. result = ((Ogre::Root const *)arg1)->getMovableObjectFactoryIterator();
  242. ^
  243. In file included from /app/ogre/OgreMain/include/Ogre.h:105,
  244. from /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:5087:
  245. /app/ogre/OgreMain/include/OgreRoot.h:919:54: note: declared here
  246. OGRE_DEPRECATED MovableObjectFactoryIterator getMovableObjectFactoryIterator(void) const;
  247. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  248. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: At global scope:
  249. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:493891:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  250. (initproc) _wrap_new_Box, /* tp_init */
  251. ^~~~~~~~~~~~~
  252. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:494126:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  253. (initproc) _wrap_new_RenderWindowDescription, /* tp_init */
  254. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  255. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:494385:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  256. (initproc) _wrap_new_NameValuePairList, /* tp_init */
  257. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  258. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:494629:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  259. (initproc) _wrap_new_Rect, /* tp_init */
  260. ^~~~~~~~~~~~~~
  261. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:494873:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  262. (initproc) _wrap_new_FloatRect, /* tp_init */
  263. ^~~~~~~~~~~~~~~~~~~
  264. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:495099:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  265. (initproc) _wrap_new_OgreException, /* tp_init */
  266. ^~~~~~~~~~~~~~~~~~~~~~~
  267. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:495319:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  268. (initproc) _wrap_new_UnimplementedException, /* tp_init */
  269. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  270. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:495539:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  271. (initproc) _wrap_new_FileNotFoundException, /* tp_init */
  272. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:495759:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  274. (initproc) _wrap_new_IOException, /* tp_init */
  275. ^~~~~~~~~~~~~~~~~~~~~
  276. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:495979:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  277. (initproc) _wrap_new_InvalidStateException, /* tp_init */
  278. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  279. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:496199:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  280. (initproc) _wrap_new_InvalidParametersException, /* tp_init */
  281. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:496419:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  283. (initproc) _wrap_new_ItemIdentityException, /* tp_init */
  284. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  285. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:496639:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  286. (initproc) _wrap_new_InternalErrorException, /* tp_init */
  287. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  288. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:496859:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  289. (initproc) _wrap_new_RenderingAPIException, /* tp_init */
  290. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  291. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:497079:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  292. (initproc) _wrap_new_RuntimeAssertionException, /* tp_init */
  293. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  294. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:497299:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  295. (initproc) _wrap_new_InvalidCallException,/* tp_init */
  296. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  297. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:497740:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  298. (initproc) _wrap_new_SPFMDeleteT, /* tp_init */
  299. ^~~~~~~~~~~~~~~~~~~~~
  300. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:497961:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  301. (initproc) _wrap_new_SPFMNone, /* tp_init */
  302. ^~~~~~~~~~~~~~~~~~
  303. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:498185:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  304. (initproc) _wrap_new_Any, /* tp_init */
  305. ^~~~~~~~~~~~~
  306. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:498416:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  307. (initproc) _wrap_new_AnyNumeric, /* tp_init */
  308. ^~~~~~~~~~~~~~~~~~~~
  309. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:498680:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  310. (initproc) _wrap_new_Radian, /* tp_init */
  311. ^~~~~~~~~~~~~~~~
  312. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:498944:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  313. (initproc) _wrap_new_Degree, /* tp_init */
  314. ^~~~~~~~~~~~~~~~
  315. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:499164:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  316. (initproc) _wrap_new_Angle, /* tp_init */
  317. ^~~~~~~~~~~~~~~
  318. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:499518:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  319. (initproc) _wrap_new_Math, /* tp_init */
  320. ^~~~~~~~~~~~~~
  321. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:499792:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  322. (initproc) _wrap_new_StringVector, /* tp_init */
  323. ^~~~~~~~~~~~~~~~~~~~~~
  324. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:500067:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  325. (initproc) _wrap_new_StringVectorPtr, /* tp_init */
  326. ^~~~~~~~~~~~~~~~~~~~~~~~~
  327. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:500297:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  328. (initproc) _wrap_new_FileSystemLayer, /* tp_init */
  329. ^~~~~~~~~~~~~~~~~~~~~~~~~
  330. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:500819:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  331. (initproc) _wrap_new_Vector2, /* tp_init */
  332. ^~~~~~~~~~~~~~~~~
  333. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:501358:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  334. (initproc) _wrap_new_Vector3, /* tp_init */
  335. ^~~~~~~~~~~~~~~~~
  336. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:501883:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  337. (initproc) _wrap_new_Vector4, /* tp_init */
  338. ^~~~~~~~~~~~~~~~~
  339. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:502167:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  340. (initproc) _wrap_new_Matrix3, /* tp_init */
  341. ^~~~~~~~~~~~~~~~~
  342. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:502399:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  343. (initproc) _wrap_new_TransformBaseReal, /* tp_init */
  344. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  345. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:502639:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  346. (initproc) _wrap_new_Matrix4, /* tp_init */
  347. ^~~~~~~~~~~~~~~~~
  348. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:502884:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  349. (initproc) _wrap_new_Affine3, /* tp_init */
  350. ^~~~~~~~~~~~~~~~~
  351. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:503207:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  352. (initproc) _wrap_new_Quaternion, /* tp_init */
  353. ^~~~~~~~~~~~~~~~~~~~
  354. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:503438:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  355. (initproc) _wrap_new_SimpleSpline, /* tp_init */
  356. ^~~~~~~~~~~~~~~~~~~~~~
  357. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:503671:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  358. (initproc) _wrap_new_RotationalSpline, /* tp_init */
  359. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  360. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:503964:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  361. (initproc) _wrap_new_AxisAlignedBox, /* tp_init */
  362. ^~~~~~~~~~~~~~~~~~~~~~~~
  363. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:504195:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  364. (initproc) _wrap_new_Sphere, /* tp_init */
  365. ^~~~~~~~~~~~~~~~
  366. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:504442:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  367. (initproc) _wrap_new_Plane, /* tp_init */
  368. ^~~~~~~~~~~~~~~
  369. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:504673:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  370. (initproc) _wrap_new_PlaneBoundedVolume, /* tp_init */
  371. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  372. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:504905:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  373. (initproc) _wrap_new_ConfigOption, /* tp_init */
  374. ^~~~~~~~~~~~~~~~~~~~~~
  375. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:505164:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  376. (initproc) _wrap_new_SettingsBySection, /* tp_init */
  377. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  378. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:505423:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  379. (initproc) _wrap_new_SettingsMultiMap, /* tp_init */
  380. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  381. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:505668:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  382. (initproc) _wrap_new_ConfigFile, /* tp_init */
  383. ^~~~~~~~~~~~~~~~~~~~
  384. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:506129:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  385. (initproc) _wrap_new_Log, /* tp_init */
  386. ^~~~~~~~~~~~~
  387. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:506384:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  388. (initproc) _wrap_new_LogManager, /* tp_init */
  389. ^~~~~~~~~~~~~~~~~~~~
  390. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:506630:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  391. (initproc) _wrap_new_DataStreamPtr, /* tp_init */
  392. ^~~~~~~~~~~~~~~~~~~~~~~
  393. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:506879:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  394. (initproc) _wrap_new_MemoryDataStreamPtr, /* tp_init */
  395. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  396. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:507125:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  397. (initproc) _wrap_new_FileStreamDataStreamPtr, /* tp_init */
  398. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:507371:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  400. (initproc) _wrap_new_FileHandleDataStreamPtr, /* tp_init */
  401. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  402. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:507854:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  403. (initproc) _wrap_new_MemoryDataStream, /* tp_init */
  404. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  405. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:508085:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  406. (initproc) _wrap_new_FileStreamDataStream,/* tp_init */
  407. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:508312:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  409. (initproc) _wrap_new_FileHandleDataStream,/* tp_init */
  410. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  411. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:508550:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  412. (initproc) _wrap_new_FileInfo, /* tp_init */
  413. ^~~~~~~~~~~~~~~~~~
  414. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:509484:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  415. (initproc) _wrap_new_ArchiveManager, /* tp_init */
  416. ^~~~~~~~~~~~~~~~~~~~~~~~
  417. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:509940:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  418. (initproc) _wrap_new_Serializer, /* tp_init */
  419. ^~~~~~~~~~~~~~~~~~~~
  420. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:510389:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  421. (initproc) _wrap_new_FrameEvent, /* tp_init */
  422. ^~~~~~~~~~~~~~~~~~~~
  423. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:510612:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  424. (initproc) _wrap_new_FrameListener, /* tp_init */
  425. ^~~~~~~~~~~~~~~~~~~~~~~
  426. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:510838:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  427. (initproc) _wrap_new_MovableObjectLodChangedEvent, /* tp_init */
  428. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  429. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:511073:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  430. (initproc) _wrap_new_EntityMeshLodChangedEvent, /* tp_init */
  431. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  432. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:511308:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  433. (initproc) _wrap_new_EntityMaterialLodChangedEvent, /* tp_init */
  434. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:511534:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  436. (initproc) _wrap_new_LodListener, /* tp_init */
  437. ^~~~~~~~~~~~~~~~~~~~~
  438. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:511979:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  439. (initproc) _wrap_new_RenderQueueListener, /* tp_init */
  440. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:512202:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  442. (initproc) _wrap_new_RenderTargetEvent, /* tp_init */
  443. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  444. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:512425:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  445. (initproc) _wrap_new_RenderTargetViewportEvent, /* tp_init */
  446. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  447. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:512651:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  448. (initproc) _wrap_new_RenderTargetListener,/* tp_init */
  449. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  450. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:512942:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  451. (initproc) _wrap_new_ColourValue, /* tp_init */
  452. ^~~~~~~~~~~~~~~~~~~~~
  453. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:513186:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  454. (initproc) _wrap_new_PixelBox, /* tp_init */
  455. ^~~~~~~~~~~~~~~~~~
  456. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:513445:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  457. (initproc) _wrap_new_PixelUtil, /* tp_init */
  458. ^~~~~~~~~~~~~~~~~~~
  459. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:513699:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  460. (initproc) _wrap_new_LayerBlendModeEx, /* tp_init */
  461. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  462. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:513950:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  463. (initproc) _wrap_new_ColourBlendState, /* tp_init */
  464. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  465. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:514183:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  466. (initproc) _wrap_new_Ray, /* tp_init */
  467. ^~~~~~~~~~~~~
  468. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:514410:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  469. (initproc) _wrap_new_SceneQuery, /* tp_init */
  470. ^~~~~~~~~~~~~~~~~~~~
  471. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:514860:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  472. (initproc) _wrap_new_SceneQueryResult, /* tp_init */
  473. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  474. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:516214:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  475. (initproc) _wrap_new_RaySceneQueryResultEntry, /* tp_init */
  476. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  477. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:516902:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  478. (initproc) _wrap_new_IntersectionSceneQueryResult, /* tp_init */
  479. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  480. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:517406:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  481. (initproc) _wrap_new_RaySceneQueryResult, /* tp_init */
  482. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  483. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:517630:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  484. (initproc) _wrap_new_NameGenerator, /* tp_init */
  485. ^~~~~~~~~~~~~~~~~~~~~~~
  486. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:517864:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  487. (initproc) _wrap_new_DriverVersion, /* tp_init */
  488. ^~~~~~~~~~~~~~~~~~~~~~~
  489. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:518166:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  490. (initproc) _wrap_new_RenderSystemCapabilities, /* tp_init */
  491. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  492. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:518434:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  493. (initproc) _wrap_new_GpuConstantDefinition, /* tp_init */
  494. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  495. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:518672:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  496. (initproc) _wrap_new_GpuNamedConstants, /* tp_init */
  497. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  498. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:518899:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  499. (initproc) _wrap_new_GpuNamedConstantsSerializer, /* tp_init */
  500. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  501. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:519128:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  502. (initproc) _wrap_new_GpuLogicalIndexUse, /* tp_init */
  503. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  504. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:519354:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  505. (initproc) _wrap_new_GpuLogicalBufferStruct, /* tp_init */
  506. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:519626:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  508. (initproc) _wrap_new_GpuSharedParameters, /* tp_init */
  509. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  510. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:519852:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  511. (initproc) _wrap_new_GpuSharedParametersUsage, /* tp_init */
  512. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  513. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:520237:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  514. (initproc) _wrap_new_GpuProgramParameters,/* tp_init */
  515. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  516. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:520525:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  517. (initproc) _wrap_new_Image, /* tp_init */
  518. ^~~~~~~~~~~~~~~
  519. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:520783:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  520. (initproc) _wrap_new_Billboard, /* tp_init */
  521. ^~~~~~~~~~~~~~~~~~~
  522. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:521003:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  523. (initproc) _wrap_new_ParticleVisualData, /* tp_init */
  524. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  525. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:521266:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  526. (initproc) _wrap_new_Particle, /* tp_init */
  527. ^~~~~~~~~~~~~~~~~~
  528. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:521734:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  529. (initproc) _wrap_new_HardwareBufferPtr, /* tp_init */
  530. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  531. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:522207:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  532. (initproc) _wrap_new_HardwareBufferLockGuard, /* tp_init */
  533. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  534. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:522930:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  535. (initproc) _wrap_new_StringInterfacePtr, /* tp_init */
  536. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  537. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:523156:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  538. (initproc) _wrap_new_ParameterDef, /* tp_init */
  539. ^~~~~~~~~~~~~~~~~~~~~~
  540. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:523600:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  541. (initproc) _wrap_new_ParamDictionary, /* tp_init */
  542. ^~~~~~~~~~~~~~~~~~~~~~~~~
  543. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:523830:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  544. (initproc) _wrap_new_StringInterface, /* tp_init */
  545. ^~~~~~~~~~~~~~~~~~~~~~~~~
  546. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:524064:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  547. (initproc) _wrap_new_ParticleAffectorPtr, /* tp_init */
  548. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:525294:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  550. (initproc) _wrap_new_ResourcePtr, /* tp_init */
  551. ^~~~~~~~~~~~~~~~~~~~~
  552. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:526107:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  553. (initproc) _wrap_new_TexturePtr, /* tp_init */
  554. ^~~~~~~~~~~~~~~~~~~~
  555. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:526701:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  556. (initproc) _wrap_new_GpuProgramPtr, /* tp_init */
  557. ^~~~~~~~~~~~~~~~~~~~~~~
  558. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:527277:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  559. (initproc) _wrap_new_HighLevelGpuProgramPtr, /* tp_init */
  560. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  561. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:527742:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  562. (initproc) _wrap_new_ConcreteNode, /* tp_init */
  563. ^~~~~~~~~~~~~~~~~~~~~~
  564. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:528207:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  565. (initproc) _wrap_new_AtomAbstractNode, /* tp_init */
  566. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  567. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:528457:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  568. (initproc) _wrap_new_ObjectAbstractNode, /* tp_init */
  569. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  570. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:528688:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  571. (initproc) _wrap_new_PropertyAbstractNode,/* tp_init */
  572. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  573. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:528916:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  574. (initproc) _wrap_new_ImportAbstractNode, /* tp_init */
  575. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  576. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:529141:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  577. (initproc) _wrap_new_VariableAccessAbstractNode, /* tp_init */
  578. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  579. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:529387:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  580. (initproc) _wrap_new_ScriptCompiler, /* tp_init */
  581. ^~~~~~~~~~~~~~~~~~~~~~~~
  582. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:529610:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  583. (initproc) _wrap_new_ScriptCompilerEvent, /* tp_init */
  584. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  585. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:529835:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  586. (initproc) _wrap_new_ScriptCompilerListener, /* tp_init */
  587. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  588. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:530067:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  589. (initproc) _wrap_new_ScriptCompilerManager, /* tp_init */
  590. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  591. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:530296:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  592. (initproc) _wrap_new_PreApplyTextureAliasesScriptCompilerEvent,/* tp_init */
  593. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  594. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:530525:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  595. (initproc) _wrap_new_ProcessResourceNameScriptCompilerEvent, /* tp_init */
  596. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  597. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:530754:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  598. (initproc) _wrap_new_ProcessNameExclusionScriptCompilerEvent, /* tp_init */
  599. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  600. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:530986:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  601. (initproc) _wrap_new_CreateMaterialScriptCompilerEvent, /* tp_init */
  602. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  603. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:531227:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  604. (initproc) _wrap_new_CreateGpuProgramScriptCompilerEvent, /* tp_init */
  605. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  606. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:531468:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  607. (initproc) _wrap_new_CreateHighLevelGpuProgramScriptCompilerEvent,/* tp_init */
  608. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  609. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:531700:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  610. (initproc) _wrap_new_CreateGpuSharedParametersScriptCompilerEvent,/* tp_init */
  611. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  612. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:531932:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  613. (initproc) _wrap_new_CreateParticleSystemScriptCompilerEvent, /* tp_init */
  614. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  615. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:532164:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  616. (initproc) _wrap_new_CreateCompositorScriptCompilerEvent, /* tp_init */
  617. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  618. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:532406:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  619. (initproc) _wrap_new_Sampler, /* tp_init */
  620. ^~~~~~~~~~~~~~~~~
  621. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:532791:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  622. (initproc) _wrap_new_TextureUnitState, /* tp_init */
  623. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  624. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:533020:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  625. (initproc) _wrap_new_ControllerReal, /* tp_init */
  626. ^~~~~~~~~~~~~~~~~~~~~~~~
  627. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:533241:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  628. (initproc) _wrap_new_ControllerValueRealPtr, /* tp_init */
  629. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  630. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:533462:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  631. (initproc) _wrap_new_ControllerFunctionPtr, /* tp_init */
  632. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  633. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:533712:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  634. (initproc) _wrap_new_ControllerManager, /* tp_init */
  635. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  636. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:533943:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  637. (initproc) _wrap_new_FrameTimeControllerValue, /* tp_init */
  638. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  639. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:534166:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  640. (initproc) _wrap_new_TextureFrameControllerValue, /* tp_init */
  641. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  642. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:534396:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  643. (initproc) _wrap_new_TexCoordModifierControllerValue, /* tp_init */
  644. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  645. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:534619:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  646. (initproc) _wrap_new_FloatGpuParameterControllerValue, /* tp_init */
  647. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  648. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:534844:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  649. (initproc) _wrap_new_PassthroughControllerFunction, /* tp_init */
  650. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  651. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:535071:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  652. (initproc) _wrap_new_AnimationControllerFunction, /* tp_init */
  653. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  654. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:535296:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  655. (initproc) _wrap_new_ScaleControllerFunction, /* tp_init */
  656. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  657. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:535526:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  658. (initproc) _wrap_new_WaveformControllerFunction, /* tp_init */
  659. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  660. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:535752:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  661. (initproc) _wrap_new_LinearControllerFunction, /* tp_init */
  662. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  663. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:536037:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  664. (initproc) _wrap_new_CompositorPtr, /* tp_init */
  665. ^~~~~~~~~~~~~~~~~~~~~~~
  666. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:536273:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  667. (initproc) _wrap_new_Compositor, /* tp_init */
  668. ^~~~~~~~~~~~~~~~~~~~
  669. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:536512:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  670. (initproc) _wrap_new_CompositionTechnique,/* tp_init */
  671. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  672. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:536755:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  673. (initproc) _wrap_new_CompositionTargetPass, /* tp_init */
  674. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  675. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:536981:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  676. (initproc) _wrap_new_BackgroundProcessResult, /* tp_init */
  677. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  678. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:537250:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  679. (initproc) _wrap_new_ResourceBackgroundQueue, /* tp_init */
  680. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  681. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:537500:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  682. (initproc) _wrap_new_HardwareVertexBufferPtr, /* tp_init */
  683. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  684. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:537775:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  685. (initproc) _wrap_new_VertexElementList, /* tp_init */
  686. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  687. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:538249:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  688. (initproc) _wrap_new_VertexElement, /* tp_init */
  689. ^~~~~~~~~~~~~~~~~~~~~~~
  690. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:538513:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  691. (initproc) _wrap_new_VertexDeclaration, /* tp_init */
  692. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  693. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:538745:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  694. (initproc) _wrap_new_VertexBufferBinding, /* tp_init */
  695. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  696. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:538992:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  697. (initproc) _wrap_new_HardwareIndexBufferPtr, /* tp_init */
  698. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  699. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:539482:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  700. (initproc) _wrap_new_HardwarePixelBufferPtr, /* tp_init */
  701. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  702. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:539979:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  703. (initproc) _wrap_new_HardwareCounterBufferPtr, /* tp_init */
  704. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  705. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:540446:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  706. (initproc) _wrap_new_HardwareUniformBufferPtr, /* tp_init */
  707. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  708. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:541122:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  709. (initproc) _wrap_new_TempBlendedBufferInfo, /* tp_init */
  710. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  711. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:541865:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  712. (initproc) _wrap_new_VertexData, /* tp_init */
  713. ^~~~~~~~~~~~~~~~~~~~
  714. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:542100:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  715. (initproc) _wrap_new_IndexData, /* tp_init */
  716. ^~~~~~~~~~~~~~~~~~~
  717. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:542326:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  718. (initproc) _wrap_new_VertexCacheProfiler, /* tp_init */
  719. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  720. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:542564:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  721. (initproc) _wrap_new_ResourceGroupListener, /* tp_init */
  722. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  723. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:543145:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  724. (initproc) _wrap_new_ResourceGroupManager,/* tp_init */
  725. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  726. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:543998:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  727. (initproc) _wrap_new_DefaultTextureManager, /* tp_init */
  728. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  729. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:544255:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  730. (initproc) _wrap_new_GpuProgramManager, /* tp_init */
  731. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  732. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:544707:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  733. (initproc) _wrap_new_HighLevelGpuProgramManager, /* tp_init */
  734. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  735. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:545026:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  736. (initproc) _wrap_new_UnifiedHighLevelGpuProgramPtr, /* tp_init */
  737. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  738. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:545288:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  739. (initproc) _wrap_new_UnifiedHighLevelGpuProgram, /* tp_init */
  740. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  741. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:545511:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  742. (initproc) _wrap_new_UnifiedHighLevelGpuProgramFactory, /* tp_init */
  743. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  744. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:545733:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  745. (initproc) _wrap_new_KeyFrame, /* tp_init */
  746. ^~~~~~~~~~~~~~~~~~
  747. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:545956:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  748. (initproc) _wrap_new_NumericKeyFrame, /* tp_init */
  749. ^~~~~~~~~~~~~~~~~~~~~~~~~
  750. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:546183:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  751. (initproc) _wrap_new_TransformKeyFrame, /* tp_init */
  752. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  753. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:546406:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  754. (initproc) _wrap_new_VertexMorphKeyFrame, /* tp_init */
  755. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  756. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:546633:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  757. (initproc) _wrap_new_VertexPoseKeyFrame, /* tp_init */
  758. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  759. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:546874:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  760. (initproc) _wrap_new_Pose, /* tp_init */
  761. ^~~~~~~~~~~~~~
  762. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:547097:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  763. (initproc) _wrap_new_TimeIndex, /* tp_init */
  764. ^~~~~~~~~~~~~~~~~~~
  765. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:547577:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  766. (initproc) _wrap_new_NumericAnimationTrack, /* tp_init */
  767. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  768. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:547819:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  769. (initproc) _wrap_new_NodeAnimationTrack, /* tp_init */
  770. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  771. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:548064:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  772. (initproc) _wrap_new_VertexAnimationTrack,/* tp_init */
  773. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  774. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:548317:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  775. (initproc) _wrap_new_AnimationState, /* tp_init */
  776. ^~~~~~~~~~~~~~~~~~~~~~~~
  777. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:548553:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  778. (initproc) _wrap_new_AnimationStateSet, /* tp_init */
  779. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  780. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:548779:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  781. (initproc) _wrap_new_AnimationStateControllerValue, /* tp_init */
  782. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  783. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:549038:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  784. (initproc) _wrap_new_AnimationStateMap, /* tp_init */
  785. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  786. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:549575:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  787. (initproc) _wrap_new_Animation, /* tp_init */
  788. ^~~~~~~~~~~~~~~~~~~
  789. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:549903:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  790. (initproc) _wrap_new_SkeletonPtr, /* tp_init */
  791. ^~~~~~~~~~~~~~~~~~~~~
  792. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:550177:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  793. (initproc) _wrap_new_BoneList, /* tp_init */
  794. ^~~~~~~~~~~~~~~~~~
  795. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:550456:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  796. (initproc) _wrap_new_Skeleton, /* tp_init */
  797. ^~~~~~~~~~~~~~~~~~
  798. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:550685:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  799. (initproc) _wrap_new_LinkedSkeletonAnimationSource, /* tp_init */
  800. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  801. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:551019:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  802. (initproc) _wrap_new_SkeletonInstancePtr, /* tp_init */
  803. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  804. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:551268:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  805. (initproc) _wrap_new_SkeletonInstance, /* tp_init */
  806. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  807. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:551499:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  808. (initproc) _wrap_new_SkeletonManager, /* tp_init */
  809. ^~~~~~~~~~~~~~~~~~~~~~~~~
  810. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:551744:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  811. (initproc) _wrap_new_RenderQueue, /* tp_init */
  812. ^~~~~~~~~~~~~~~~~~~~~
  813. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:551985:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  814. (initproc) _wrap_new_RenderOperation, /* tp_init */
  815. ^~~~~~~~~~~~~~~~~~~~~~~~~
  816. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:552349:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  817. (initproc) _wrap_new_MaterialPtr, /* tp_init */
  818. ^~~~~~~~~~~~~~~~~~~~~
  819. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:552623:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  820. (initproc) _wrap_new_Techniques, /* tp_init */
  821. ^~~~~~~~~~~~~~~~~~~~
  822. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:552939:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  823. (initproc) _wrap_new_Material, /* tp_init */
  824. ^~~~~~~~~~~~~~~~~~
  825. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:553617:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  826. (initproc) _wrap_new_CompositorManager, /* tp_init */
  827. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  828. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:553865:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  829. (initproc) _wrap_new_CompositorInstance, /* tp_init */
  830. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  831. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:554151:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  832. (initproc) _wrap_new_CompositionPass, /* tp_init */
  833. ^~~~~~~~~~~~~~~~~~~~~~~~~
  834. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:554414:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  835. (initproc) _wrap_new_MaterialSerializer, /* tp_init */
  836. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  837. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:554637:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  838. (initproc) _wrap_new_UserObjectBindings, /* tp_init */
  839. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  840. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:554902:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  841. (initproc) _wrap_new_MaterialManager, /* tp_init */
  842. ^~~~~~~~~~~~~~~~~~~~~~~~~
  843. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:555126:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  844. (initproc) _wrap_new_MaterialManager_Listener, /* tp_init */
  845. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  846. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:556636:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  847. (initproc) _wrap_new_BillboardChain, /* tp_init */
  848. ^~~~~~~~~~~~~~~~~~~~~~~~
  849. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:557109:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  850. (initproc) _wrap_new_RibbonTrail, /* tp_init */
  851. ^~~~~~~~~~~~~~~~~~~~~
  852. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:557636:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  853. (initproc) _wrap_new_BillboardSet, /* tp_init */
  854. ^~~~~~~~~~~~~~~~~~~~~~
  855. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:558096:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  856. (initproc) _wrap_new_MovablePlane, /* tp_init */
  857. ^~~~~~~~~~~~~~~~~~~~~~
  858. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:558406:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  859. (initproc) _wrap_new_Light, /* tp_init */
  860. ^~~~~~~~~~~~~~~
  861. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:559206:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  862. (initproc) _wrap_new_Bone, /* tp_init */
  863. ^~~~~~~~~~~~~~
  864. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:559520:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  865. (initproc) _wrap_new_SceneNode, /* tp_init */
  866. ^~~~~~~~~~~~~~~~~~~
  867. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:559742:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  868. (initproc) _wrap_new_ShadowCameraSetupPtr,/* tp_init */
  869. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  870. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:559965:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  871. (initproc) _wrap_new_DefaultShadowCameraSetupPtr, /* tp_init */
  872. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  873. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:560408:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  874. (initproc) _wrap_new_DefaultShadowCameraSetup, /* tp_init */
  875. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  876. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:560636:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  877. (initproc) _wrap_new_FocusedShadowCameraSetupPtr, /* tp_init */
  878. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  879. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:560863:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  880. (initproc) _wrap_new_FocusedShadowCameraSetup, /* tp_init */
  881. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  882. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:561099:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  883. (initproc) _wrap_new_LiSPSMShadowCameraSetupPtr, /* tp_init */
  884. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  885. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:561332:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  886. (initproc) _wrap_new_LiSPSMShadowCameraSetup, /* tp_init */
  887. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  888. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:561555:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  889. (initproc) _wrap_new_PlaneOptimalShadowCameraSetupPtr, /* tp_init */
  890. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  891. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:561777:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  892. (initproc) _wrap_new_PlaneOptimalShadowCameraSetup, /* tp_init */
  893. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  894. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:562020:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  895. (initproc) _wrap_new_PSSMShadowCameraSetupPtr, /* tp_init */
  896. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  897. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:562256:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  898. (initproc) _wrap_new_PSSMShadowCameraSetup, /* tp_init */
  899. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  900. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:562572:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  901. (initproc) _wrap_new_Frustum, /* tp_init */
  902. ^~~~~~~~~~~~~~~~~
  903. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:562873:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  904. (initproc) _wrap_new_Camera, /* tp_init */
  905. ^~~~~~~~~~~~~~~~
  906. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:563171:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  907. (initproc) _wrap_new_ManualObject, /* tp_init */
  908. ^~~~~~~~~~~~~~~~~~~~~~
  909. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:563670:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  910. (initproc) _wrap_new_SubEntityList, /* tp_init */
  911. ^~~~~~~~~~~~~~~~~~~~~~~
  912. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:564880:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  913. (initproc) _wrap_new_ParticleSystemPtr, /* tp_init */
  914. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  915. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:565186:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  916. (initproc) _wrap_new_ParticleSystem, /* tp_init */
  917. ^~~~~~~~~~~~~~~~~~~~~~~~
  918. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:565453:16: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  919. (initproc) _wrap_new_InstancedEntity, /* tp_init */
  920. ^~~~~~~~~~~~~~~~~~~~~~~~~
  921. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:566175: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  922. (initproc) _wrap_new_Rectangle2D, /* tp_init */
  923.  
  924. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:566398: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  925. (initproc) _wrap_new_WireBoundingBox, /* tp_init */
  926.  
  927. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:566649: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  928. (initproc) _wrap_new_ParticleSystemManager, /* tp_init */
  929.  
  930. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:567116: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  931. (initproc) _wrap_new_InstanceManager, /* tp_init */
  932.  
  933. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:567345: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  934. (initproc) _wrap_new_VertexBoneAssignment,/* tp_init */
  935.  
  936. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:567619: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  937. (initproc) _wrap_new_PoseList, /* tp_init */
  938.  
  939. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:567893: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  940. (initproc) _wrap_new_SubMeshList, /* tp_init */
  941.  
  942. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:568302: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  943. (initproc) _wrap_new_MeshPtr, /* tp_init */
  944.  
  945. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:568667: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  946. (initproc) _wrap_new_Mesh, /* tp_init */
  947.  
  948. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:568902: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  949. (initproc) _wrap_new_MeshLodUsage, /* tp_init */
  950.  
  951. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:569179: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  952. (initproc) _wrap_new_SubMesh, /* tp_init */
  953.  
  954. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:569430: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  955. (initproc) _wrap_new_StaticGeometry, /* tp_init */
  956.  
  957. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:569669: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  958. (initproc) _wrap_new_PatchSurface, /* tp_init */
  959.  
  960. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:570090: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  961. (initproc) _wrap_new_PatchMeshPtr, /* tp_init */
  962.  
  963. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:570322: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  964. (initproc) _wrap_new_PatchMesh, /* tp_init */
  965.  
  966. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:570555: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  967. (initproc) _wrap_new_MeshSerializer, /* tp_init */
  968.  
  969. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:570779: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  970. (initproc) _wrap_new_MeshSerializerListener, /* tp_init */
  971.  
  972. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:571102: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  973. (initproc) _wrap_new_MeshManager, /* tp_init */
  974.  
  975. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:571376: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  976. (initproc) _wrap_new_TextureUnitStates, /* tp_init */
  977.  
  978. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:571898: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  979. (initproc) _wrap_new_Pass, /* tp_init */
  980.  
  981. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:572130: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  982. (initproc) _wrap_new_IlluminationPass, /* tp_init */
  983.  
  984. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:572404: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  985. (initproc) _wrap_new_Passes, /* tp_init */
  986.  
  987. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:572678: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  988. (initproc) _wrap_new_IlluminationPassList,/* tp_init */
  989.  
  990. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:573015: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  991. (initproc) _wrap_new_Technique, /* tp_init */
  992.  
  993. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:573559: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  994. (initproc) _wrap_new_FrameStats, /* tp_init */
  995.  
  996. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:574550: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  997. (initproc) _wrap_new_Viewport, /* tp_init */
  998.  
  999. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:574805: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1000. (initproc) _wrap_new_CompositorChain, /* tp_init */
  1001.  
  1002. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:575031: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1003. (initproc) _wrap_new_RenderablePass, /* tp_init */
  1004.  
  1005. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:575483: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1006. (initproc) _wrap_new_QueuedRenderableCollection, /* tp_init */
  1007.  
  1008. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:575719: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1009. (initproc) _wrap_new_RenderPriorityGroup, /* tp_init */
  1010.  
  1011. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:575957: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1012. (initproc) _wrap_new_RenderQueueGroup, /* tp_init */
  1013.  
  1014. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:576189: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1015. (initproc) _wrap_new_RenderQueueInvocation, /* tp_init */
  1016.  
  1017. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:576419: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1018. (initproc) _wrap_new_RenderQueueInvocationSequence, /* tp_init */
  1019.  
  1020. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:576654: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1021. (initproc) _wrap_new_ShadowTextureConfig, /* tp_init */
  1022.  
  1023. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:576880: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1024. (initproc) _wrap_new_ViewPoint, /* tp_init */
  1025.  
  1026. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:577124: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1027. (initproc) _wrap_new_VisibleObjectsBoundsInfo, /* tp_init */
  1028.  
  1029. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:578034: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1030. (initproc) _wrap_new_DefaultIntersectionSceneQuery, /* tp_init */
  1031.  
  1032. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:578255: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1033. (initproc) _wrap_new_DefaultRaySceneQuery,/* tp_init */
  1034.  
  1035. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:578476: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1036. (initproc) _wrap_new_DefaultSphereSceneQuery, /* tp_init */
  1037.  
  1038. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:578697: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1039. (initproc) _wrap_new_DefaultPlaneBoundedVolumeListSceneQuery, /* tp_init */
  1040.  
  1041. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:578918: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1042. (initproc) _wrap_new_DefaultAxisAlignedBoxSceneQuery, /* tp_init */
  1043.  
  1044. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:579144: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1045. (initproc) _wrap_new_SceneManagerMetaData,/* tp_init */
  1046.  
  1047. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:579592: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1048. (initproc) _wrap_new_DefaultSceneManagerFactory, /* tp_init */
  1049.  
  1050. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:579813: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1051. (initproc) _wrap_new_DefaultSceneManager, /* tp_init */
  1052.  
  1053. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:580052: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1054. (initproc) _wrap_new_SceneManagerEnumerator, /* tp_init */
  1055.  
  1056. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:580547: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1057. (initproc) _wrap_new_RenderSystemList, /* tp_init */
  1058.  
  1059. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:580894: warning: cast between incompatible function types from ‘int (*)(PyObject*, PyObject*)’ {aka ‘int (*)(_object*, _object*)’} to ‘initproc’ {aka ‘int (*)(_object*, _object*, _object*)’} [-Wcast-function-type]
  1060. (initproc) _wrap_new_Root, /* tp_init */
  1061.  
  1062. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx: In function ‘void SWIG_InitializeModule(void*)’:
  1063. /app/ogre_build/Components/Python/CMakeFiles/_Ogre.dir/OgrePYTHON_wrap.cxx:584973: note: -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
  1064. for (i = 0; i < swig_module.size; ++i) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement