aports/testing/yyjson/no-werror.patch
2023-06-15 00:37:11 +02:00

13 lines
331 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 165d83e..9410941 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -325,7 +325,6 @@ if(YYJSON_BUILD_TESTS)
set(YYJSON_BASE_FLAGS
-pedantic
-pedantic-errors
- -Werror
-Wall
-Wextra
-Wconversion