You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For MSVC build with examples, a lot of protobuf warnings are emitted. We disabled all of warnings for opentelemetry-proto compilation, but the fix is not applied to gRPC example which also doesn't protobuf compilation.
Steps to reproduce
Build openetelemetry-cpp with WITH_OTLP with CMake.
What is the expected behavior?
The build should complete and clean.
What is the actual behavior?
A lot of warnings emitted.
The text was updated successfully, but these errors were encountered:
For MSVC build with examples, a lot of protobuf warnings are emitted. We disabled all of warnings for opentelemetry-proto compilation, but the fix is not applied to gRPC example which also doesn't protobuf compilation.
Steps to reproduce
Build openetelemetry-cpp with
WITH_OTLP
with CMake.What is the expected behavior?
The build should complete and clean.
What is the actual behavior?
A lot of warnings emitted.
The text was updated successfully, but these errors were encountered: