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/libpy/files/libpy-0.2.5-no-werror.patch

14 lines
286 B

diff --git a/Makefile b/Makefile
index 09e6e39..bed335b 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ endif
OPTLEVEL ?= 3
MAX_ERRORS ?= 5
BASE_WARNINGS := \
- -Werror -Wall -Wextra \
+ -Wall -Wextra \
-Wno-register \
-Wno-missing-field-initializers \
-Wsign-compare \