summaryrefslogtreecommitdiff
blob: 5dd1aacbfca700a5932e35423cf7ccc396d94c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Upstream sets -Werror by default, this is not recommended in Gentoo.

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -325,7 +325,6 @@
         set(YYJSON_BASE_FLAGS
             -pedantic
             -pedantic-errors
-            -Werror
             -Wall
             -Wextra
             -Wconversion