aboutsummaryrefslogtreecommitdiffstats
path: root/main/beep/0002-remove-option-werror.patch
blob: 7f650bcfd785f982b793d33b0ae2d1a93b7254ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From b471c291766e0b6a3afaa1324fd1c79be7ab0dab Mon Sep 17 00:00:00 2001
From: Leonardo Arena <rnalrd@alpinelinux.org>
Date: Tue, 1 Feb 2022 09:30:53 +0000
Subject: [PATCH 1/2] remove option werror

---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index a27b453..9747798 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -155,7 +155,7 @@ $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Werror=unknown-warning-option))
 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wall))
 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wextra))
 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Weverything))
-$(eval $(call CHECK_CFLAGS,common_CFLAGS,-Werror))
+$(eval $(call CHECK_CFLAGS,common_CFLAGS))
 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wno-padded))
 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Werror=format-security))
 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wno-disabled-macro-expansion))
-- 
2.35.1