Skip to content

Commit

Permalink
Update sdk/include/opentelemetry/sdk/trace/recordable.h
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Feb 23, 2024
1 parent 5b56ce9 commit d527650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/opentelemetry/sdk/trace/recordable.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Recordable
* Set the trace flags of the span.
* @param flags the flags to set
*/
virtual void SetTraceFlags(opentelemetry::trace::TraceFlags flags) noexcept { (void)flags; }
virtual void SetTraceFlags(opentelemetry::trace::TraceFlags /* flags */) noexcept {}

/**
* Set the spankind of the span.
Expand Down

0 comments on commit d527650

Please sign in to comment.