aboutsummaryrefslogtreecommitdiffstats
path: root/community/edk2/disable-werror.patch
blob: 73f19d4e5c39a4723ebad8ae0926e74ae86cda8a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./BaseTools/Source/C/Makefiles/header.makefile.orig
+++ ./BaseTools/Source/C/Makefiles/header.makefile
@@ -73,7 +73,7 @@
 -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g
 else
 BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fwrapv \
--fno-delete-null-pointer-checks -Wall -Werror \
+-fno-delete-null-pointer-checks -Wall \
 -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict \
 -Wno-unused-result -nostdlib -g
 endif