aboutsummaryrefslogtreecommitdiffstats
path: root/main/gnu-efi/no-werror.patch
blob: 418842e1377c03d49ef65fb0956a0ff64a93740f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ./Make.defaults.orig
+++ ./Make.defaults
@@ -140,11 +140,11 @@
            -I$(TOPDIR)/inc/protocol
 
 ifeq (FreeBSD, $(findstring FreeBSD, $(OS)))
-CFLAGS  += $(ARCH3264) -g -O2 -fpic -Wall -Wextra -Werror \
+CFLAGS  += $(ARCH3264) -g -O2 -fpic -Wall -Wextra \
            -fshort-wchar -fno-strict-aliasing \
            -ffreestanding -fno-stack-protector
 else
-CFLAGS  += $(ARCH3264) -g -O2 -fpic -Wall -Wextra -Werror \
+CFLAGS  += $(ARCH3264) -g -O2 -fpic -Wall -Wextra \
            -fshort-wchar -fno-strict-aliasing \
            -fno-merge-constants -ffreestanding -fno-stack-protector \
            -fno-stack-check