]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/cppmicroservices/werror.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / cppmicroservices / werror.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 24fd87e..974064c 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -382,7 +382,7 @@ else()
6 usFunctionCheckCompilerFlags(-fstack-protector-all US_CXX_FLAGS)
7 endif()
8
9 - foreach(_cxxflag -Werror -Wall -Wextra -Wpointer-arith -Winvalid-pch -Wcast-align
10 + foreach(_cxxflag -Wall -Wextra -Wpointer-arith -Winvalid-pch -Wcast-align
11 -Wwrite-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wold-style-cast
12 -Wstrict-null-sentinel -Wsign-promo -fdiagnostics-show-option )
13 usFunctionCheckCompilerFlags(${_cxxflag} US_CXX_FLAGS)