Snippets for alligator 26.04.3 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/alligator/26.04.3/150amd64-default.log.
-
/wrkdirs/usr/ports/net/alligator/work/alligator-26.04.3/src/feedsmodel.cpp:90:27: warning: comparison of integers of different signs: 'size_type' (aka 'unsigned long') and 'int' [-Wsign-compare] 90 | while (m_feeds.size() <= index.row()) { | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ -
/wrkdirs/usr/ports/net/alligator/work/alligator-26.04.3/src/fetcher.cpp:213:9: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 213 | file.open(QIODevice::WriteOnly); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/net/alligator/work/alligator-26.04.3/src/database.cpp:208:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 208 | file.open(QIODevice::ReadOnly); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/net/alligator/work/alligator-26.04.3/src/database.cpp:224:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 224 | file.open(QIODevice::WriteOnly); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~