Snippets for arianna 26.04.3 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/zw3f77zrz6nv0cbs1pkzyfd9mn3bnfa1-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()) { | ~~~~^~~~~~~~~~~~~~~~~~~~~~