Snippets for amarok 3.3.3 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/amarok/3.3.3/150amd64-default.log.
-
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/shared/MetaTagLib.cpp:141:9: warning: 'addData' is deprecated: Use the QByteArrayView overload instead [-Wdeprecated-declarations] 141 | md5.addData( bv.data(), bv.size() ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/shared/MetaTagLib.cpp:149:17: warning: 'addData' is deprecated: Use the QByteArrayView overload instead [-Wdeprecated-declarations] 149 | md5.addData( databuf, readlen ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core/podcasts/PodcastReader.cpp:503:37: warning: 'isErrorPage' is deprecated: Since 6.3. Not implemented [-Wdeprecated-declarations] 503 | if( transferJob && transferJob->isErrorPage() ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/.build/src/context/.rcc/qmlcache/qml_context_qmlcache_loader.cpp:46:39: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 46 | Q_GLOBAL_STATIC(Registry, unitRegistry) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/context/qml_plugin/src/RatingItem.cpp:42:38: warning: 'paletteChanged' is deprecated: Handle QEvent::ApplicationPaletteChange instead [-Wdeprecated-declarations] 42 | connect( qApp, &QGuiApplication::paletteChanged, this, &QQuickItem::update ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/utilities/collectionscanner/CollectionScanner.cpp:150:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 150 | xmlFile.open( stdout, QIODevice::WriteOnly ); | ^~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/context/AppletModel.cpp:290:5: warning: 'invalidateFilter' is deprecated: Use begin/endFilterChange() instead [-Wdeprecated-declarations] 290 | invalidateFilter(); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/context/ContextView.cpp:58:52: warning: 'KLocalizedContext' is deprecated: Since 6.8. use KLocalizedQmlContext or KLocalization::setupLocalizedContext() from KF6::I18nQml instead [-Wdeprecated-declarations] 58 | engine()->rootContext()->setContextObject( new KLocalizedContext( this ) ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/configdialog/dialogs/ScriptsConfig.cpp:174:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 174 | tempFile.open(); | ^~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/playlist/PlaylistModel.cpp:664:18: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] 664 | [this](const Meta::TrackPtr& left, const Meta::TrackPtr& right) | ^~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/playlist/proxymodels/SortFilterProxy.cpp:103:9: warning: 'invalidateFilter' is deprecated: Use begin/endFilterChange() instead [-Wdeprecated-declarations] 103 | invalidateFilter(); // Tell QSortFilterProxyModel: re-filter | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/playlist/proxymodels/SortFilterProxy.cpp:128:5: warning: 'invalidateFilter' is deprecated: Use begin/endFilterChange() instead [-Wdeprecated-declarations] 128 | invalidateFilter(); // Tell QSortFilterProxyModel: re-filter. | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core-impl/playlists/types/file/asx/ASXPlaylist.cpp:80:10: warning: 'setContent' is deprecated: Use the overload returning ParseResult instead. [-Wdeprecated-declarations] 80 | if( !setContent( data, &errorMsg, &errorLine, &errorColumn ) ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp:72:10: warning: 'setContent' is deprecated: Use the overload returning ParseResult instead. [-Wdeprecated-declarations] 72 | if( !setContent( content, &errorMsg, &errorLine, &errorColumn ) ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core-impl/meta/cue/CueFileSupport.cpp:306:10: warning: variable 'length' set but not used [-Wunused-but-set-variable] 306 | long length = 0; | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/browsers/playlistbrowser/QtGroupingProxy.cpp:112:21: warning: 'type' is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations] 112 | if( variant.type() == QVariant::List ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/browsers/playlistbrowser/QtGroupingProxy.cpp:112:41: warning: 'List' is deprecated: Use QMetaType::Type instead. [-Wdeprecated-declarations] 112 | if( variant.type() == QVariant::List ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistBrowserModel.cpp:362:19: warning: 'makeLoadingSync' is deprecated [-Wdeprecated-declarations] 362 | playlist->makeLoadingSync(); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistBrowserModel.cpp:672:23: warning: 'makeLoadingSync' is deprecated [-Wdeprecated-declarations] 672 | playlist->makeLoadingSync(); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistsInFoldersProxy.cpp:64:23: warning: 'type' is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations] 64 | if( indexData.type() != QVariant::List ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistsInFoldersProxy.cpp:64:43: warning: 'List' is deprecated: Use QMetaType::Type instead. [-Wdeprecated-declarations] 64 | if( indexData.type() != QVariant::List ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistsInFoldersProxy.cpp:297:29: warning: loop variable 'groupIdx' of type 'const QModelIndex &' binds to a temporary constructed from type 'QPersistentModelIndex &' [-Wrange-loop-construct] 297 | for( const QModelIndex &groupIdx : indexes ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistsByProviderProxy.cpp:67:23: warning: 'type' is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations] 67 | if( indexData.type() != QVariant::List ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistsByProviderProxy.cpp:67:43: warning: 'List' is deprecated: Use QMetaType::Type instead. [-Wdeprecated-declarations] 67 | if( indexData.type() != QVariant::List ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/scripting/scriptengine/qtbindings/SqlSqlQuery.cpp:37:46: warning: 'QSqlQuery' is deprecated: QSqlQuery is not meant to be copied. Use move construction instead. [-Wdeprecated-declarations] 37 | SqlQuery::SqlQuery(const QSqlQuery &other) : QSqlQuery(other) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/scripting/scriptengine/qtbindings/SqlSqlQuery.cpp:41:56: warning: 'QSqlQuery' is deprecated: QSqlQuery is not meant to be copied. Use move construction instead. [-Wdeprecated-declarations] 41 | SqlQuery::SqlQuery(const SqlQuery &other) : QObject(), QSqlQuery(other) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/scripting/scriptengine/qtbindings/SqlSqlQuery.cpp:244:26: warning: 'operator=' is deprecated: QSqlQuery is not meant to be copied. Use move assignment instead. [-Wdeprecated-declarations] 244 | this->QSqlQuery::operator=( other ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/scripting/scriptengine/AmarokBookmarkScript.cpp:49:138: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 49 | QMetaType::registerConverter<BookmarkGroupList, QJSValue>( [=] (BookmarkGroupList bgList) { return toScriptArray<BookmarkGroupList>( m_engine, bgList ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/scripting/scriptengine/AmarokBookmarkScript.cpp:57:121: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 57 | QMetaType::registerConverter<BookmarkList,QJSValue>( [=] (BookmarkList bList) { return toScriptArray<BookmarkList>( m_engine, bList); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/scripting/scriptengine/AmarokCollectionViewScript.cpp:65:141: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 65 | QMetaType::registerConverter<CollectionTreeItem*, QJSValue>( [=] (CollectionTreeItem* item) { return CollectionViewItem::toScriptValue( m_engine, item ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/scripting/scriptconsole/ScriptConsole.cpp:248:13: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 248 | scriptText.open( QIODevice::ReadOnly ); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/amarokurls/BookmarkTreeView.cpp:233:24: warning: 'itemDelegate' is deprecated: Use itemDelegateForIndex instead [-Wdeprecated-declarations] 233 | QSize shr = itemDelegate( idx )->sizeHint( o, idx ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/statsyncing/ui/MatchedTracksPage.cpp:55:17: warning: 'invalidateFilter' is deprecated: Use begin/endFilterChange() instead [-Wdeprecated-declarations] 55 | invalidateFilter(); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/ActionClasses.cpp:164:26: warning: 'KHelpMenu' is deprecated: Since 6.9. Use one of the other constructors [-Wdeprecated-declarations] 164 | s_helpMenu = new KHelpMenu( parent, KAboutData::applicationData(), Amarok::actionCollection() ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/EngineController.cpp:1329:32: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] 1329 | << typeid( *track.data() ).name() << "), using fallback" << fallbackGain <<"dB"; | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/scripting/scriptmanager/ScriptItem.cpp:216:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 216 | scriptFile.open( QIODevice::ReadOnly ); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/TrayIcon.cpp:78:32: warning: 'actionCollection' is deprecated: Since 6.6. Read actions from contextMenu() [-Wdeprecated-declarations] 78 | contextMenu()->addActions( actionCollection() ); // quit and restore | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/TrayIcon.cpp:310:34: warning: 'actionCollection' is deprecated: Since 6.6. Read actions from contextMenu() [-Wdeprecated-declarations] 310 | for( const auto action : actionCollection() ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/TrayIcon.cpp:318:36: warning: 'actionCollection' is deprecated: Since 6.6. Read actions from contextMenu() [-Wdeprecated-declarations] 318 | contextMenu()->addActions( actionCollection() ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:101:50: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 101 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->add( album, CoverFetch::Interactive, fetchSource() ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:117:46: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 117 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->add( album, CoverFetch::Automatic ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:126:50: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 126 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->add( album, CoverFetch::Automatic ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:133:46: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 133 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->addQuery( query, fetchSource(), page, album ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:196:50: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 196 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->remove( unit ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:210:50: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 210 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->add( unit->album(), unit->options(), payload->source(), data ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:215:50: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 215 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->add( unit->options(), fetchSource(), data ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:267:55: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 267 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->remove( unit ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:390:47: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 390 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->remove( unit ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:456:46: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 456 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->remove( unit ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/covermanager/CoverManager.cpp:710:42: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 710 | QTimer::singleShot( 0, this, [=]() { setStatusText( text ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/dialogs/TagDialog.cpp:911:36: warning: comparison of integers of different signs: 'int' and 'uint' (aka 'unsigned int') [-Wsign-compare] 911 | if( ui->ratingWidget->rating() != tags.value( Meta::Field::RATING ).toUInt() ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/OpmlParser.cpp:125:55: warning: 'isErrorPage' is deprecated: Since 6.3. Not implemented [-Wdeprecated-declarations] 125 | if( job->error() || ( transferJob && transferJob->isErrorPage() ) ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/widgets/Osd.cpp:409:50: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 409 | QTimer::singleShot( 1000, this, [=] () { update(); }); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/widgets/PlayPauseButton.cpp:70:45: warning: 'mirrored' is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations] 70 | m_icon.play[i] = m_icon.play[i].mirrored( true, false ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/widgets/PlayPauseButton.cpp:71:47: warning: 'mirrored' is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations] 71 | m_icon.pause[i] = m_icon.pause[i].mirrored( true, false ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/widgets/PrettyTreeView.cpp:163:79: warning: 'take' is deprecated: Use std::unique_ptr instead, and call release(). [-Wdeprecated-declarations] 163 | QScopedPointer<QPoint> expandCollapsePressedAt( m_expandCollapsePressedAt.take() ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/widgets/PrettyTreeView.cpp:232:66: warning: 'itemDelegate' is deprecated: Use itemDelegateForIndex instead [-Wdeprecated-declarations] 232 | PrettyTreeDelegate* ptd = qobject_cast<PrettyTreeDelegate*>( itemDelegate( index ) ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/widgets/VolumeDial.cpp:215:65: warning: 'mirrored' is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations] 215 | m_icon[i] = QPixmap::fromImage( m_icon[i].toImage().mirrored( true, false ) ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/widgets/TrackActionButton.cpp:74:19: warning: cast from 'uchar *' (aka 'unsigned char *') to 'QRgb *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] 74 | QRgb *pixel = (QRgb*)(const_cast<uchar*>(bits)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/widgets/BookmarkTriangle.cpp:102:29: warning: 'x' is deprecated: Use position() [-Wdeprecated-declarations] 102 | int distance_x = event->x() - m_offset.x(); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/moodbar/MoodbarManager.cpp:502:55: warning: 'mirrored' is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations] 502 | pixmap = QPixmap::fromImage( pixmap.toImage().mirrored( true, false ) ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/main.cpp:60:140: warning: expansion of date or time macro is not reproducible [-Wdate-time] 60 | ki18n( "IRC:\nirc.libera.chat - #amarok\n\nFeedback:\namarok@kde.org\n\n(Build Date: %1)" ).subs( QStringLiteral(__DATE__) ).toString(), | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/main.cpp:325:9: warning: PORT KF5: This *if* should be moved to activateRequested() slot [-W#pragma-messages] 325 | #pragma message("PORT KF5: This *if* should be moved to activateRequested() slot") | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core-impl/collections/daap/daapreader/authentication/md5.c:67:12: warning: cast from 'unsigned char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] 67 | *(uint32_t *) buf = t; | ^~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core-impl/collections/daap/daapreader/authentication/md5.c:114:32: warning: cast from 'unsigned char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] 114 | MD5Transform(ctx->buf, (uint32_t *) ctx->in, ctx->apple_ver); | ^~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core-impl/collections/daap/daapreader/authentication/md5.c:123:32: warning: cast from 'unsigned char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] 123 | MD5Transform(ctx->buf, (uint32_t *) ctx->in, ctx->apple_ver); | ^~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core-impl/collections/daap/daapreader/authentication/md5.c:155:32: warning: cast from 'unsigned char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] 155 | MD5Transform(ctx->buf, (uint32_t *) ctx->in, ctx->apple_ver); | ^~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core-impl/collections/daap/daapreader/authentication/md5.c:166:6: warning: cast from 'unsigned char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] 166 | ((uint32_t *) ctx->in)[14] = ctx->bits[0]; | ^~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core-impl/collections/daap/daapreader/authentication/md5.c:167:6: warning: cast from 'unsigned char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] 167 | ((uint32_t *) ctx->in)[15] = ctx->bits[1]; | ^~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core-impl/collections/daap/daapreader/authentication/md5.c:169:28: warning: cast from 'unsigned char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] 169 | MD5Transform(ctx->buf, (uint32_t *) ctx->in, ctx->apple_ver); | ^~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/core-impl/collections/ipodcollection/IpodCollection.cpp:542:9: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 542 | m_preventUnmountTempFile->open(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/context/applets/albums/plugin/AlbumsEngine.cpp:149:47: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 149 | [=](auto a) { return *m_currentTrack->album() == *a; } ) == albums.cend() ) | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/context/applets/analyzer/plugin/AnalyzerBase.cpp:127:50: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 127 | QTimer::singleShot( 0, m_worker, [=]() { m_worker->setHibernate( false ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/context/applets/analyzer/plugin/AnalyzerBase.cpp:132:50: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 132 | QTimer::singleShot( 0, m_worker, [=]() { m_worker->setHibernate( true ); } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/context/applets/wikipedia/plugin/WikipediaEngine.cpp:60:49: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 60 | [=](auto url, auto redirurl) { if( urls.contains( url ) ) { urls << redirurl; } } ); | ^ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/importers/amarok/AmarokEmbeddedSqlConnection.cpp:66:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 66 | pidFile.open(); | ^~~~~~~~~~~~ -
/wrkdirs/usr/ports/audio/amarok/work/amarok-3.3.3/src/importers/amarok/AmarokEmbeddedSqlConnection.cpp:67:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 67 | socket.open(); | ^~~~~~~~~~~