gnucash/libgnucash
Richard Cohen b5f3f99035 Fix incorrect use of remove_if()
- spotted by clang-tidy bugprone
- probably no visible effects because of uniqueness, and other checks

libgnucash/engine/gnc-optiondb.cpp:149:5: warning: this call will remove at most one item even when multiple items should be removed [bugprone-inaccurate-erase]
    m_options.erase(std::remove_if(m_options.begin(), m_options.end(),
    ^

libgnucash/engine/gnc-optiondb.cpp:358:5: warning: the value returned by this function should be used [bugprone-unused-return-value]
    std::remove_if(m_callbacks.begin(), m_callbacks.end(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgnucash/engine/gnc-optiondb.cpp:358:5: note: cast the expression to void to silence this warning
2023-03-17 16:50:11 +00:00
..
app-utils Properly parse plus signs while importing numbers 2023-03-15 08:58:07 +01:00
backend Remove redundant uses of cmake -E env 2023-03-07 15:44:43 +00:00
core-utils Don't use extern "C" around #includes 2023-03-03 18:55:42 +00:00
doc Fix some typos 2023-01-26 13:48:58 +01:00
engine Fix incorrect use of remove_if() 2023-03-17 16:50:11 +00:00
gnc-module Merge branch 'maint' 2023-02-26 13:51:33 +08:00
quotes Add JSON::Parse to gnc-fq-update. 2023-03-10 12:51:30 -08:00
tax Add missing MAKE_LINKS, and the local scm directory to %load-path 2023-02-28 11:51:23 +00:00
CMakeLists.txt libgnucash/scm - move to bindings/guile 2019-12-06 19:59:11 +01:00