Snippets for alligator 26.07.90 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/alligator/26.07.90/1.fc45/data/logs/ppc64le/build.log.
-
/builddir/build/BUILD/alligator-26.07.90-build/alligator-26.07.90/src/feedsmodel.cpp:90:27: warning: comparison of integer expressions of different signedness: ‘std::vector<std::unique_ptr<Feed> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 90 | while (m_feeds.size() <= index.row()) { | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/alligator-26.07.90-build/alligator-26.07.90/src/fetcher.cpp:224:18: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result] 224 | file.open(QIODevice::WriteOnly); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/alligator-26.07.90-build/alligator-26.07.90/src/database.cpp:229:14: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result] 229 | file.open(QIODevice::ReadOnly); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/alligator-26.07.90-build/alligator-26.07.90/src/database.cpp:245:14: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result] 245 | file.open(QIODevice::WriteOnly); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~