We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a70824 commit 5bac5c6Copy full SHA for 5bac5c6
system/diagnostic_graph_aggregator/src/common/graph/units.hpp
@@ -139,7 +139,7 @@ class ShortCircuitMaxUnit : public MaxUnit
139
std::string type() const override { return unit_name::short_circuit_max; }
140
141
private:
142
- void update_status() override;
+ void update_status() override; // cppcheck-suppress uselessOverride
143
};
144
145
class MinUnit : public NodeUnit
0 commit comments