Skip to content

Fixed condition in compareStrI

Thorbjørn Lindeijer requested to merge fix-compareStrI into master

The result of the first part of the condition, "itA < endA", was simply unused. Discovered thanks to attribute ‘nodiscard’ [-Wunused-result] in more recent C++ standard / compiler.

Merge request reports