Snippets for blender 5.2.0 from Alpine aarch64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-aarch64/community/blender/blender-5.2.0-r0.log.
-
/usr/include/wait.h:1:2: warning: #warning redirecting incorrect #include <wait.h> to <sys/wait.h> [-Wcpp] 1 | #warning redirecting incorrect #include <wait.h> to <sys/wait.h> | ^~~~~~~ -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/glog/src/utilities.cc:325:45: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uid_t' {aka 'unsigned int'} [-Wformat=] 325 | snprintf(buffer, sizeof(buffer), "uid%d", uid); | ~^ ~~~ | | | | int uid_t {aka unsigned int} | %d -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp:1239:26: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'int' [-Wformat=] 1239 | printf("Nodes: %u\r\n", psb->m_nodes.size()); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | unsigned int int | %u -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp:1240:26: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'int' [-Wformat=] 1240 | printf("Links: %u\r\n", psb->m_links.size()); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | unsigned int int | %u -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp:1241:26: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'int' [-Wformat=] 1241 | printf("Faces: %u\r\n", psb->m_faces.size()); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | unsigned int int | %u -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp:1242:26: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'int' [-Wformat=] 1242 | printf("Tetras: %u\r\n", psb->m_tetras.size()); | ~^ ~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int int | %u -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp:1343:26: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'int' [-Wformat=] 1343 | printf("Nodes: %u\r\n", psb->m_nodes.size()); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | unsigned int int | %u -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp:1344:26: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'int' [-Wformat=] 1344 | printf("Links: %u\r\n", psb->m_links.size()); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | unsigned int int | %u -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp:1345:26: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'int' [-Wformat=] 1345 | printf("Faces: %u\r\n", psb->m_faces.size()); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | unsigned int int | %u -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp:1346:26: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'int' [-Wformat=] 1346 | printf("Tetras: %u\r\n", psb->m_tetras.size()); | ~^ ~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int int | %u -
/usr/include/c++/15.2.0/bits/stl_algo.h:1818:32: warning: array subscript 16 is outside array bounds of 'blender::BMLoop* [4]' [-Warray-bounds=] 1818 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/spa-0.2/spa/utils/defs.h:395:41: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int' [-Wformat=] 395 | fprintf(stderr, "'%s' failed at %s:%u %s()\n", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/audaspace/plugins/pulseaudio/PulseAudioDevice.cpp:146:23: warning: comparison of floating-point type 'aud::SampleRate' {aka 'double'} with enumeration type 'aud::DefaultSampleRate' is deprecated [-Wdeprecated-enum-float-conversion] 146 | if(specs.rate == RATE_INVALID) | ~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/audaspace/plugins/pipewire/PipeWireDevice.cpp:120:23: warning: comparison of floating-point type 'aud::SampleRate' {aka 'double'} with enumeration type 'aud::DefaultSampleRate' is deprecated [-Wdeprecated-enum-float-conversion] 120 | if(specs.rate == RATE_INVALID) | ~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/blender/src/blender-5.2.0/extern/audaspace/plugins/pipewire/PipeWireDevice.cpp:166:69: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int' [-Wformat=] 166 | AUD_pw_properties_setf(stream_props, PW_KEY_NODE_LATENCY, "%u/%u", buffersize, uint(m_specs.rate)); | ~^ ~~~~~~~~~~ | | | | | int | unsigned int | %u -
/home/buildozer/aports/community/blender/src/blender-5.2.0/source/creator/creator.cc:303:6: warning: no previous declaration for 'void blender::main_python_exit()' [-Wmissing-declarations] 303 | void main_python_exit() | ^~~~~~~~~~~~~~~~