mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
13 lines
303 B
Diff
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
|