summaryrefslogtreecommitdiff
path: root/debian/patches/debian-no-Werror.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian-no-Werror.diff')
-rw-r--r--debian/patches/debian-no-Werror.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/debian-no-Werror.diff b/debian/patches/debian-no-Werror.diff
index 0a427f16..7dcefd1a 100644
--- a/debian/patches/debian-no-Werror.diff
+++ b/debian/patches/debian-no-Werror.diff
@@ -15,7 +15,7 @@ Signed-off-by: martin f. krafft <madduck@debian.org>
+++ b/Makefile
@@ -43,7 +43,7 @@
- CC = $(CROSS_COMPILE)gcc
+ CC ?= $(CROSS_COMPILE)gcc
CXFLAGS ?= -ggdb
-CWFLAGS = -Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter
+CWFLAGS = -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter