mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
25 lines
744 B
Diff
25 lines
744 B
Diff
diff --git a/cmake/Modules/CompilerConfig.cmake b/cmake/Modules/CompilerConfig.cmake
|
|
index 41c56da..b8f8bf3 100644
|
|
--- a/cmake/Modules/CompilerConfig.cmake
|
|
+++ b/cmake/Modules/CompilerConfig.cmake
|
|
@@ -101,7 +101,6 @@ else()
|
|
|
|
option(CALM_DEPRECATION "Keep deprecated-declarations as warnings" OFF)
|
|
add_compile_options(
|
|
- -Werror
|
|
-Wextra
|
|
-Wvla
|
|
-Wswitch
|
|
diff --git a/cmake/external/ObsPluginHelpers.cmake b/cmake/external/ObsPluginHelpers.cmake
|
|
index 811c4aa..26ba293 100644
|
|
--- a/cmake/external/ObsPluginHelpers.cmake
|
|
+++ b/cmake/external/ObsPluginHelpers.cmake
|
|
@@ -167,7 +167,6 @@ if(OS_POSIX)
|
|
target_compile_options(
|
|
${CMAKE_PROJECT_NAME}
|
|
PRIVATE
|
|
- -Werror
|
|
-Wextra
|
|
-Wvla
|
|
-Wformat
|