Snippets for arianna 26.04.3 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/8lb6iwx4hp04il0dlx3jchavly2kzh08-arianna-26.04.3.drv.
-
/build/arianna-26.04.3/src/tableofcontentmodel.cpp:38:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<TreeItem> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 38 | if (row < 0 || row >= m_childItems.size()) { | ~~~~^~~~~~~~~~~~~~~~~~~~~~