Snippets for akonadi-notes 24.08.3 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/akonadi-notes/24.08.3/6.fc44/data/logs/ppc64le/build.log.
-
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:57:17: warning: implicitly-declared ‘Akonadi::NoteUtils::AttachmentPrivate& Akonadi::NoteUtils::AttachmentPrivate::operator=(const Akonadi::NoteUtils::AttachmentPrivate&)’ is deprecated [-Wdeprecated-copy] 57 | *this = other; | ^~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:103:17: warning: implicitly-declared ‘Akonadi::NoteUtils::AttachmentPrivate& Akonadi::NoteUtils::AttachmentPrivate::operator=(const Akonadi::NoteUtils::AttachmentPrivate&)’ is deprecated [-Wdeprecated-copy] 103 | *d_ptr = *a.d_ptr; | ^~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:118:44: warning: unused parameter ‘encoded’ [-Wunused-parameter] 118 | void Attachment::setDataBase64Encoded(bool encoded) | ~~~~~^~~~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:197:44: warning: ‘QString KMime::Content::decodedText(bool, bool) const’ is deprecated: use decodedText(DecodedTextTrimOption) instead [-Wdeprecated-declarations] 197 | text = msg->mainBodyPart()->decodedText(true); // remove trailing whitespace, so we get rid of " " in empty notes | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:265:30: warning: ‘void KMime::Headers::Base::fromUnicodeString(const QString&, const QByteArray&)’ is deprecated: call setRFC2047Charset for the second argument if different from UTF-8, otherwise remove second argument [-Wdeprecated-declarations] 265 | header->fromUnicodeString(CONTENT_TYPE_CUSTOM, ENCODING); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:309:30: warning: ‘void KMime::Headers::Base::fromUnicodeString(const QString&, const QByteArray&)’ is deprecated: call setRFC2047Charset for the second argument if different from UTF-8, otherwise remove second argument [-Wdeprecated-declarations] 309 | header->fromUnicodeString(CONTENT_TYPE_ATTACHMENT, ENCODING); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:313:34: warning: ‘void KMime::Headers::Base::fromUnicodeString(const QString&, const QByteArray&)’ is deprecated: call setRFC2047Charset for the second argument if different from UTF-8, otherwise remove second argument [-Wdeprecated-declarations] 313 | header->fromUnicodeString(a.url().toString(), ENCODING); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:325:34: warning: ‘void KMime::Headers::Base::fromUnicodeString(const QString&, const QByteArray&)’ is deprecated: call setRFC2047Charset for the second argument if different from UTF-8, otherwise remove second argument [-Wdeprecated-declarations] 325 | header->fromUnicodeString(a.label(), ENCODING); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:349:51: warning: ‘QByteArray KMime::Content::decodedContent() const’ is deprecated: Use decodedBody() instead [-Wdeprecated-declarations] 349 | Attachment attachment(part->decodedContent(), QLatin1StringView(part->contentType()->mimeType())); | ~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:400:42: warning: ‘void KMime::Headers::Base::fromUnicodeString(const QString&, const QByteArray&)’ is deprecated: call setRFC2047Charset for the second argument if different from UTF-8, otherwise remove second argument [-Wdeprecated-declarations] 400 | msg->subject(true)->fromUnicodeString(title, ENCODING); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:402:39: warning: ‘void KMime::Headers::Base::fromUnicodeString(const QString&, const QByteArray&)’ is deprecated: call setRFC2047Charset for the second argument if different from UTF-8, otherwise remove second argument [-Wdeprecated-declarations] 402 | msg->from(true)->fromUnicodeString(d->from, ENCODING); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:406:30: warning: ‘void KMime::Headers::Base::fromUnicodeString(const QString&, const QByteArray&)’ is deprecated: call setRFC2047Charset for the second argument if different from UTF-8, otherwise remove second argument [-Wdeprecated-declarations] 406 | header->fromUnicodeString(formatDate, ENCODING); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:409:30: warning: ‘void KMime::Headers::Base::fromUnicodeString(const QString&, const QByteArray&)’ is deprecated: call setRFC2047Charset for the second argument if different from UTF-8, otherwise remove second argument [-Wdeprecated-declarations] 409 | header->fromUnicodeString(uid, ENCODING); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/akonadi-notes-24.08.3-build/akonadi-notes-24.08.3/src/noteutils.cpp:425:30: warning: ‘void KMime::Headers::Base::fromUnicodeString(const QString&, const QByteArray&)’ is deprecated: call setRFC2047Charset for the second argument if different from UTF-8, otherwise remove second argument [-Wdeprecated-declarations] 425 | header->fromUnicodeString(classification, ENCODING); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~