You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/yyjson/files/yyjson-0.7.0-disable-werror...

13 lines
303 B

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