We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff561f1 commit 474a313Copy full SHA for 474a313
power_grid_model_c/power_grid_model/include/power_grid_model/common/calculation_info.hpp
@@ -24,10 +24,10 @@ class CalculationInfo : public Logger {
24
CalculationInfo& operator=(CalculationInfo&&) noexcept = default;
25
~CalculationInfo() = default;
26
27
- void log(LogEvent tag) override {
+ void log(LogEvent /*tag*/) override {
28
// ignore all such events for now
29
}
30
- void log(LogEvent tag, std::string_view /*message*/) override {
+ void log(LogEvent /*tag*/, std::string_view /*message*/) override {
31
32
33
void log(LogEvent tag, double value) override { log_impl(tag, value); }
0 commit comments