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 89a3d9b commit 75f34e6Copy full SHA for 75f34e6
sdk/include/opentelemetry/sdk/trace/recordable.h
@@ -139,7 +139,7 @@ class Recordable
139
* Set the trace flags of the span.
140
* @param flags the flags to set
141
*/
142
- virtual void SetTraceFlags(opentelemetry::trace::TraceFlags flags) noexcept = 0;
+ virtual void SetTraceFlags(opentelemetry::trace::TraceFlags /* flags */) noexcept {}
143
144
/**
145
* Set the spankind of the span.
0 commit comments