Skip to content

Commit

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

* 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 tby-udel committed Jul 14, 2024
1 parent 01a8058 commit 08bcb83
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 08bcb83

Please sign in to comment.