mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
dc7ec34c13
* Port Launch Darkly Server is supported on ARM I tested it. * Build fail on arm-neon-android * Remove launch-darkly's warning as error and change CI baseline back
33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
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
|