Skip to content

Commit

Permalink
warning cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Oct 22, 2023
1 parent cd4d39a commit 2cbc4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/plugin/plugin/tracer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class Span final : public trace::Span
{}

#if OPENTELEMETRY_ABI_VERSION_NO >= 2
void AddLink(const trace::SpanContext &target,
const common::KeyValueIterable &attrs) noexcept override
void AddLink(const trace::SpanContext & /* target */,
const common::KeyValueIterable & /* attrs */) noexcept override
{}

void AddLinks(const trace::SpanContextKeyValueIterable & /* links */) noexcept override {}
Expand Down

0 comments on commit 2cbc4bd

Please sign in to comment.