]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/opensubdiv/fix_compile-option.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / opensubdiv / fix_compile-option.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index b69912ae..dcde4297 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -218,7 +218,7 @@ elseif(MSVC)
6
7 list(APPEND OSD_COMPILER_FLAGS
8 /W3 # Use warning level recommended for production purposes.
9 - /WX # Treat all compiler warnings as errors.
10 + # /WX # Treat all compiler warnings as errors.
11
12 # warning C4005: macro redefinition
13 /wd4005