bareos: master 18d9ce09

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2023-11-22 08:43 master 60b8dbbf Pending
Changeset jcr: fix compiler warnings

std::find_if is sometimes declared as [[nodiscard]]. As such we
should not ignore its return value.

This commit also slightly refactors the code to remove the use of
std::find_if alltogether.
mod - core/src/include/jcr.h Diff File
mod - core/src/lib/jcr.cc Diff File