Files
gentoo/dev-libs/yyjson/files/yyjson-0.7.0-disable-werror.patch
Viorel Munteanu e71c58b4de dev-libs/yyjson: new package, add 0.7.0
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2023-08-14 13:16:20 +03:00

13 lines
303 B
Diff

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