Skip to content

Address some clazy warnings

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

Reason for the change

Fixes some trivial issues found by clazy. The only remaining warnings are related to mixing iterators with const_iterators and not trivial to fix (I will do it in another MR so it is easier to review).

Test plan

Compile & run autotests

Merge request reports