Snippets for blender 5.2.1 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/blender/5.2.1/1.fc46/data/logs/x86_64/build.log.
-
/builddir/build/BUILD/blender-5.2.1-build/blender-5.2.1/source/blender/makesdna/DNA_image_types.h:51:6: warning: type ‘blender::eImage_Flag’ violates the C++ One Definition Rule [-Wodr] 51 | enum eImage_Flag : int { | ^ -
/builddir/build/BUILD/blender-5.2.1-build/blender-5.2.1/source/blender/makesdna/DNA_anim_enums.h:303:6: warning: type ‘blender::eFCurve_Flags’ violates the C++ One Definition Rule [-Wodr] 303 | enum eFCurve_Flags : short { | ^ -
/builddir/build/BUILD/blender-5.2.1-build/blender-5.2.1/source/blender/makesdna/DNA_scene_types.h:70:6: warning: type ‘blender::eFFMpegPreset’ violates the C++ One Definition Rule [-Wodr] 70 | enum eFFMpegPreset : int { | ^ -
/builddir/build/BUILD/blender-5.2.1-build/blender-5.2.1/source/blender/makesdna/DNA_brush_enums.h:434:6: warning: type ‘blender::eBrushSculptType’ violates the C++ One Definition Rule [-Wodr] 434 | enum eBrushSculptType : char { | ^ -
/builddir/build/BUILD/blender-5.2.1-build/blender-5.2.1/source/blender/makesdna/DNA_object_types.h:256:6: warning: type ‘blender::eObject_ShapeFlag’ violates the C++ One Definition Rule [-Wodr] 256 | enum eObject_ShapeFlag : char { | ^ -
/builddir/build/BUILD/blender-5.2.1-build/blender-5.2.1/source/blender/makesdna/DNA_screen_types.h:573:6: warning: type ‘blender::eScrArea_Flag’ violates the C++ One Definition Rule [-Wodr] 573 | enum eScrArea_Flag : short { | ^ -
/usr/include/openvdb/util/NodeMasks.h:459:15: warning: array subscript ‘struct NodeMask[0]’ is partly outside array bounds of ‘unsigned char[96]’ [-Warray-bounds=] 459 | mWords[n >> 6] &= ~(Word(1) << (n & 63)); | ~~~~~~^ -
/usr/include/openvdb/util/NodeMasks.h:459:24: warning: array subscript ‘struct NodeMask[0]’ is partly outside array bounds of ‘unsigned char[96]’ [-Warray-bounds=] 459 | mWords[n >> 6] &= ~(Word(1) << (n & 63)); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/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", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/blender-5.2.1-build/blender-5.2.1/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) | ~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/blender-5.2.1-build/blender-5.2.1/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) | ~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/blender-5.2.1-build/blender-5.2.1/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