Skip to content

Fix unsafe mix of type 'bool' and 'int' with == operator

Jack Hill requested to merge jackh/elisa:warning into master

warning C4805: '==': unsafe mix of type 'bool' and type 'int' in operation

This was never a real problem since we disable the rating filter for the files view.

Merge request reports

Loading