Skip to content

Commit f89d38b

Browse files
committed
fix
1 parent e1e1073 commit f89d38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/test/metrics/meter_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class TestProcessor : public sdk::metrics::AttributesProcessor
197197
return sdk::metrics::MetricAttributes(attributes);
198198
}
199199

200-
bool isPresent(nostd::string_view key) const noexcept override { return true; }
200+
bool isPresent(nostd::string_view /*key*/) const noexcept override { return true; }
201201
};
202202

203203
} // namespace

0 commit comments

Comments
 (0)