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 e1e1073 commit f89d38bCopy full SHA for f89d38b
sdk/test/metrics/meter_test.cc
@@ -197,7 +197,7 @@ class TestProcessor : public sdk::metrics::AttributesProcessor
197
return sdk::metrics::MetricAttributes(attributes);
198
}
199
200
- bool isPresent(nostd::string_view key) const noexcept override { return true; }
+ bool isPresent(nostd::string_view /*key*/) const noexcept override { return true; }
201
};
202
203
} // namespace
0 commit comments