Skip to content

input: fix warning about nodiscard

Xaver Hugl requested to merge work/zamundaaa/fix-warnings into master

std::any_of is used here in a way it was never meant to be used... Instead just write out the loop

Merge request reports