summaryrefslogtreecommitdiff
path: root/dev-libs/libpy/files/libpy-0.2.5-no-werror.patch
blob: 214d1764b182363c7f60c3a405e68326b3e4a780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 \