summaryrefslogtreecommitdiff
path: root/debian/patches/debian-no-Werror.diff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2017-06-22 13:25:06 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2017-06-22 13:25:06 +0100
commit06792df134ffd54c33e2b83b5daf92f5eb3dfee2 (patch)
tree090261a99dcd5a8f3c2e55bbcd12fc8096a22d14 /debian/patches/debian-no-Werror.diff
parenta36c5f2b35ca89b85a6ace4c61b002ae8492e847 (diff)
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