Skip to content

Commit 474a313

Browse files
committed
unused variable
Signed-off-by: Martijn Govers <[email protected]>
1 parent ff561f1 commit 474a313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

power_grid_model_c/power_grid_model/include/power_grid_model/common/calculation_info.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ class CalculationInfo : public Logger {
2424
CalculationInfo& operator=(CalculationInfo&&) noexcept = default;
2525
~CalculationInfo() = default;
2626

27-
void log(LogEvent tag) override {
27+
void log(LogEvent /*tag*/) override {
2828
// ignore all such events for now
2929
}
30-
void log(LogEvent tag, std::string_view /*message*/) override {
30+
void log(LogEvent /*tag*/, std::string_view /*message*/) override {
3131
// ignore all such events for now
3232
}
3333
void log(LogEvent tag, double value) override { log_impl(tag, value); }

0 commit comments

Comments
 (0)