Snippets for strawberry 1.2.27 from Alpine armv7
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armv7/community/strawberry/strawberry-1.2.27-r0.log.
-
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/gstfastspectrum.cpp:192:45: warning: cast from 'GObject*' to 'GstStrawberryFastSpectrum*' increases required alignment of target type [-Wcast-align] 192 | GstStrawberryFastSpectrum *fastspectrum = reinterpret_cast<GstStrawberryFastSpectrum*>(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/gstfastspectrum.cpp:203:39: warning: cast from 'GObject*' to 'GstStrawberryFastSpectrum*' increases required alignment of target type [-Wcast-align] 203 | GstStrawberryFastSpectrum *filter = reinterpret_cast<GstStrawberryFastSpectrum*>(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/gstfastspectrum.cpp:235:45: warning: cast from 'GObject*' to 'GstStrawberryFastSpectrum*' increases required alignment of target type [-Wcast-align] 235 | GstStrawberryFastSpectrum *fastspectrum = reinterpret_cast<GstStrawberryFastSpectrum*>(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/gstfastspectrum.cpp:277:22: warning: cast from 'const guint8*' {aka 'const unsigned char*'} to 'const gfloat*' {aka 'const float*'} increases required alignment of target type [-Wcast-align] 277 | const gfloat *in = reinterpret_cast<const gfloat*>(_in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/gstfastspectrum.cpp:291:23: warning: cast from 'const guint8*' {aka 'const unsigned char*'} to 'const gdouble*' {aka 'const double*'} increases required alignment of target type [-Wcast-align] 291 | const gdouble *in = reinterpret_cast<const gdouble*>(_in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/gstfastspectrum.cpp:303:22: warning: cast from 'const guint8*' {aka 'const unsigned char*'} to 'const gint32*' {aka 'const int*'} increases required alignment of target type [-Wcast-align] 303 | const gint32 *in = reinterpret_cast<const gint32*>(_in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/gstfastspectrum.cpp:334:22: warning: cast from 'const guint8*' {aka 'const unsigned char*'} to 'const gint16*' {aka 'const short int*'} increases required alignment of target type [-Wcast-align] 334 | const gint16 *in = reinterpret_cast<const gint16*>(_in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/waveform/waveformpipeline.cpp:218:40: warning: cast from 'guint8*' {aka 'unsigned char*'} to 'const qint16*' {aka 'const short int*'} increases required alignment of target type [-Wcast-align] 218 | instance->builder_->AddSamples(reinterpret_cast<const qint16*>(map.data), static_cast<qsizetype>(map.size / sizeof(qint16))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/ebur128analysis.cpp:302:51: warning: cast from 'const char*' to 'const int16_t*' {aka 'const short int*'} increases required alignment of target type [-Wcast-align] 302 | ebur_error = ebur128_add_frames_short(&*st, reinterpret_cast<const int16_t*>(data), num_frames); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/ebur128analysis.cpp:305:49: warning: cast from 'const char*' to 'const int32_t*' {aka 'const int*'} increases required alignment of target type [-Wcast-align] 305 | ebur_error = ebur128_add_frames_int(&*st, reinterpret_cast<const int32_t*>(data), num_frames); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/ebur128analysis.cpp:308:51: warning: cast from 'const char*' to 'const float*' increases required alignment of target type [-Wcast-align] 308 | ebur_error = ebur128_add_frames_float(&*st, reinterpret_cast<const float*>(data), num_frames); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/ebur128analysis.cpp:311:52: warning: cast from 'const char*' to 'const double*' increases required alignment of target type [-Wcast-align] 311 | ebur_error = ebur128_add_frames_double(&*st, reinterpret_cast<const double*>(data), num_frames); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/chromaprinter.cpp:362:37: warning: cast from 'char*' to 'int16_t*' {aka 'short int*'} increases required alignment of target type [-Wcast-align] 362 | if (chromaprint_feed(chromaprint, reinterpret_cast<int16_t*>(data.data()), static_cast<int>(data.size() / 2)) != 1) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/core/filesystemwatcherinotify.cpp:158:28: warning: cast from 'char*' to 'inotify_event*' increases required alignment of target type [-Wcast-align] 158 | inotify_event *event = reinterpret_cast<inotify_event*>(pos); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/gstengine.cpp:1025:31: warning: cast from 'guint8*' {aka 'unsigned char*'} to 'sample_type*' {aka 'short int*'} increases required alignment of target type [-Wcast-align] 1025 | const sample_type *source = reinterpret_cast<sample_type*>(map.data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/core/stylehelper.cpp:362:21: warning: cast from 'uchar*' {aka 'unsigned char*'} to 'QRgb*' {aka 'unsigned int*'} increases required alignment of target type [-Wcast-align] 362 | auto scanLine = reinterpret_cast<QRgb*>(im.scanLine(y)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/strawberry/src/strawberry-1.2.27/src/engine/gstenginepipeline.cpp:1492:22: warning: cast from 'guint8*' {aka 'unsigned char*'} to 'int32_t*' {aka 'int*'} increases required alignment of target type [-Wcast-align] 1492 | int32_t *s32 = reinterpret_cast<int32_t*>(map_info.data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~