aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/launch-darkly-server/removeWarningAsError.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/launch-darkly-server/removeWarningAsError.patch')
-rw-r--r--vcpkg/ports/launch-darkly-server/removeWarningAsError.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/vcpkg/ports/launch-darkly-server/removeWarningAsError.patch b/vcpkg/ports/launch-darkly-server/removeWarningAsError.patch
new file mode 100644
index 0000000..8174ed4
--- /dev/null
+++ b/vcpkg/ports/launch-darkly-server/removeWarningAsError.patch
@@ -0,0 +1,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