bneradt commented on code in PR #12180:
URL: https://github.com/apache/trafficserver/pull/12180#discussion_r2040095673
##########
cmake/Findopentelemetry.cmake:
##########
@@ -118,5 +119,6 @@ if(opentelemetry_FOUND)
list(APPEND opentelemetry_LIBRARIES opentelemetry::${OTLIB})
endif()
endforeach()
+ target_compile_options(opentelemetry::opentelemetry_trace INTERFACE
-Wno-cpp)
Review Comment:
The trace is the specific component that had the problem, so I applied it
there. I wasn't 100% sure that `opentelemetry::opentelemetry` would work for
the non-Apple case.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]