We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5458abd commit af42e17Copy full SHA for af42e17
src/Makevars.in
@@ -110,7 +110,7 @@ otelcpplib: vendor/opentelemetry-cpp.tgz
110
sed -i.bak -e 's/^M$$//' cpp/build/CMakeFiles/3.30.4/CompilerIdCXX/CMakeCXXCompilerId.cpp; \
111
/usr/bin/find . -name Makefile | xargs sed -i.bak -e 's/^M$$//'; \
112
fi
113
- (cd cpp; @CMAKE_BUILD_PARALLEL_LEVEL@ cmake --build build)
+ (cd cpp; @CMAKE_BUILD_PARALLEL_LEVEL@ cmake --build build 2>&1) | grep -v 'warning:.*variadic'
114
(cd cpp; cmake --install build)
115
@find . -type f -name "*.pb.h" -exec sed -i.bak "s/#pragma/# pragma/g" {} \;
116
@find cpp/third_party/nlohmann-json -type f -name "*.hpp" -exec sed -i.bak "s/#pragma/# pragma/g" {} \;
0 commit comments