Skip to content

Commit

Permalink
fix(diagnostic_graph_aggregator): fix uselessOverride warning (#7768)
Browse files Browse the repository at this point in the history
* fix(diagnostic_graph_aggregator): fix uselessOverride warning

Signed-off-by: Ryuta Kambe <[email protected]>

* restore and suppress inline

Signed-off-by: Ryuta Kambe <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: Ryuta Kambe <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and KhalilSelyan committed Jul 22, 2024
1 parent 81d65c5 commit c7685bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class ShortCircuitMaxUnit : public MaxUnit
std::string type() const override { return unit_name::short_circuit_max; }

private:
void update_status() override;
void update_status() override; // cppcheck-suppress uselessOverride
};

class MinUnit : public NodeUnit
Expand Down

0 comments on commit c7685bb

Please sign in to comment.