Files
gentoo/dev-libs/libpy/files/libpy-0.2.5-no-werror.patch
Patrick McLean 9e85dc42f9 dev-libs/libpy: New package
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2020-10-28 16:36:01 -07:00

14 lines
286 B
Diff

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 \