1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/edk2/disable-werror.patch
2019-10-15 17:47:18 +00:00

11 lines
484 B
Diff

--- ./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