void-packages/srcpkgs/Cataclysm-DDA/patches/werror.patch

11 lines
488 B
Diff

--- Makefile 2015-03-09 06:25:34.000000000 +0100
+++ - 2018-05-09 11:54:13.335211524 +0200
@@ -49,7 +49,6 @@
# we don't check in code with new warnings, but we also have to disable some classes of warnings
# for now as we get rid of them. In non-release builds we want to show all the warnings,
# even the ones we're allowing in release builds so they're visible to developers.
-RELEASE_FLAGS = -Werror
WARNINGS = -Wall -Wextra
# Uncomment below to disable warnings
#WARNINGS = -w