Skip to content

Commit

Permalink
Automatically generate semantic conventions from the spec (open-telem…
Browse files Browse the repository at this point in the history
…etry#873)

Removed #warning, not supported by the windows compiler.
  • Loading branch information
marcalff committed Jul 15, 2022
1 parent 7f10a5e commit ba2e49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// https://github.com/open-telemetry/opentelemetry-specification/tree/v1.0.0/specification/trace/semantic_conventions
// and MAY will change in future.

#warning "This file is deprecated. Use opentelemetry/trace/semantic_conventions.h"
// "This file is deprecated. Use opentelemetry/trace/semantic_conventions.h"

#pragma once

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// https://github.com/open-telemetry/opentelemetry-specification/tree/v1.0.0/specification/resource/semantic_conventions
// and MAY will change in future.

#warning "This file is deprecated. Use opentelemetry/sdk/resource/semantic_conventions.h"
// "This file is deprecated. Use opentelemetry/sdk/resource/semantic_conventions.h"

#pragma once

Expand Down

0 comments on commit ba2e49d

Please sign in to comment.