Snippets for alligator 26.08.0 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/alligator/26.08.0/150amd64-default.log.
-
/wrkdirs/usr/ports/net/alligator/work/alligator-26.08.0/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.08.0/src/fetcher.cpp:224:9: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 224 | file.open(QIODevice::WriteOnly); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/net/alligator/work/alligator-26.08.0/src/database.cpp:229:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 229 | file.open(QIODevice::ReadOnly); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/net/alligator/work/alligator-26.08.0/src/database.cpp:245:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 245 | file.open(QIODevice::WriteOnly); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~