Snippets for kristall 0.4 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/xww0h2wkpv2aw6fz17j0sbhxflbxm04q-kristall-0.4.drv.
-
lib/gumbo-parser/gumbo-utf8.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] 88 | uint32_t static inline decode(uint32_t* state, uint32_t* codep, uint32_t byte) { | ^~~~~~~~ -
lib/gumbo-parser/gumbo-utf8.c:88:1: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration]
-
lib/gumbo-parser/parser.c:832:36: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 832 | assert(node->index_within_parent == -1); | ^~ -
lib/gumbo-parser/parser.c:853:36: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 853 | assert(node->index_within_parent == -1); | ^~ -
lib/gumbo-parser/tokenizer.c:381:19: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 381 | return text_len == buffer->length && | ^~ -
lib/gumbo-parser/vector.c:96:16: warning: comparison of unsigned expression in '>= 0' is always true [-Wtype-limits] 96 | assert(index >= 0); | ^~ -
lib/gumbo-parser/vector.c:116:16: warning: comparison of unsigned expression in '>= 0' is always true [-Wtype-limits] 116 | assert(index >= 0); | ^~ -
src/certificatehelper.cpp:21:33: warning: 'RSA* RSA_generate_key(int, long unsigned int, void (*)(int, int, void*), void*)' is deprecated: Since OpenSSL 0.9.8 [-Wdeprecated-declarations] 21 | RSA * rsa = RSA_generate_key(2048, RSA_F4, nullptr, nullptr); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
src/browsertab.cpp:661:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 661 | else if (not plaintext_only and mime.is("text","html") or mime.is("application","xhtml+xml")) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
src/browsertab.cpp:1127:98: warning: 'QString::SkipEmptyParts' is deprecated [-Wdeprecated-declarations] 1127 | input.setTextValue(this->current_location.fileName().split(".", QString::SkipEmptyParts).first()); | ^~~~~~~~~~~~~~ -
src/browsertab.cpp:1127:83: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1127 | input.setTextValue(this->current_location.fileName().split(".", QString::SkipEmptyParts).first()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
src/documentstyle.cpp:506:25: warning: comparison of integer expressions of different signedness: 'std::array<unsigned char, 16>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 506 | assert(items.size() == hash.size()); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
src/favouritecollection.cpp:17:1: warning: base class 'class QAbstractItemModel' should be explicitly initialized in the copy constructor [-Wextra] 17 | FavouriteCollection::FavouriteCollection(const FavouriteCollection &other) | ^~~~~~~~~~~~~~~~~~~ -
src/identitycollection.cpp:16:1: warning: base class 'class QAbstractItemModel' should be explicitly initialized in the copy constructor [-Wextra] 16 | IdentityCollection::IdentityCollection(const IdentityCollection &other) | ^~~~~~~~~~~~~~~~~~ -
src/protocols/abouthandler.cpp:55:24: warning: 'QByteArray& QByteArray::append(const QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations] 55 | document.append(tr("# Cache information\n")); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
src/trustedhostcollection.cpp:10:1: warning: base class 'class QAbstractTableModel' should be explicitly initialized in the copy constructor [-Wextra] 10 | TrustedHostCollection::TrustedHostCollection(const TrustedHostCollection & other) : | ^~~~~~~~~~~~~~~~~~~~~