]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/hyperscan/0001-remove-Werror.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / hyperscan / 0001-remove-Werror.patch
1 From e2c0779de8096623be874c5fa0d275113b9d1204 Mon Sep 17 00:00:00 2001
2 From: Nicole Mazzuca <mazzucan@outlook.com>
3 Date: Tue, 22 Sep 2020 14:44:36 -0700
4 Subject: [PATCH] remove Werror
5
6 ---
7 CMakeLists.txt | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/CMakeLists.txt b/CMakeLists.txt
11 index 83197af..d27eb76 100644
12 --- a/CMakeLists.txt
13 +++ b/CMakeLists.txt
14 @@ -235,8 +235,8 @@ else()
15 if (NOT RELEASE_BUILD)
16 # -Werror is most useful during development, don't potentially break
17 # release builds
18 - set(EXTRA_C_FLAGS "${EXTRA_C_FLAGS} -Werror")
19 - set(EXTRA_CXX_FLAGS "${EXTRA_CXX_FLAGS} -Werror")
20 + #set(EXTRA_C_FLAGS "${EXTRA_C_FLAGS} -Werror")
21 + #set(EXTRA_CXX_FLAGS "${EXTRA_CXX_FLAGS} -Werror")
22 endif()
23
24 if (DISABLE_ASSERTS)
25 --
26 2.24.3 (Apple Git-128)
27