Skip to content

Commit 5bac5c6

Browse files
fix(diagnostic_graph_aggregator): fix uselessOverride warning (#7768)
* fix(diagnostic_graph_aggregator): fix uselessOverride warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * restore and suppress inline Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6a70824 commit 5bac5c6

File tree

1 file changed

+1
-1
lines changed
  • system/diagnostic_graph_aggregator/src/common/graph

1 file changed

+1
-1
lines changed

system/diagnostic_graph_aggregator/src/common/graph/units.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class ShortCircuitMaxUnit : public MaxUnit
139139
std::string type() const override { return unit_name::short_circuit_max; }
140140

141141
private:
142-
void update_status() override;
142+
void update_status() override; // cppcheck-suppress uselessOverride
143143
};
144144

145145
class MinUnit : public NodeUnit

0 commit comments

Comments
 (0)