aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/launch-darkly-server/removeWarningAsError.patch
blob: 8174ed47a6a671999a0489d27a87bf3566a761bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9acff7d..12904e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -184,7 +184,6 @@ else()
                 -pedantic
                 -Wall
                 -Wextra
-                -Werror
                 -Wstrict-prototypes
                 -Wmissing-prototypes
                 -Wmissing-declarations
diff --git a/c-sdk-common/CMakeLists.txt b/c-sdk-common/CMakeLists.txt
index 15340f7..091e46d 100644
--- a/c-sdk-common/CMakeLists.txt
+++ b/c-sdk-common/CMakeLists.txt
@@ -87,7 +87,6 @@ else()
                 -pedantic
                 -Wall
                 -Wextra
-                -Werror
                 -Wstrict-prototypes
                 -Wmissing-prototypes
                 -Wmissing-declarations
@@ -123,7 +122,6 @@ else()
         PRIVATE -fno-omit-frame-pointer
                 -Wall
                 -Wextra
-                -Werror
                 -Wstrict-prototypes
                 -Wmissing-prototypes
                 -Wmissing-declarations