diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/launch-darkly-server/removeWarningAsError.patch | |
Diffstat (limited to 'vcpkg/ports/launch-darkly-server/removeWarningAsError.patch')
| -rw-r--r-- | vcpkg/ports/launch-darkly-server/removeWarningAsError.patch | 32 |
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 |