blob: 50a0b1023a56e0ce477dee17fcee404d51ff239f [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001Don't use -Werror because newer compilers introduce newer warnings.
2
3Upstream-Status: Inappropriate [https://github.com/rhboot/efivar/issues/131]
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5
6diff --git a/gcc.specs b/gcc.specs
7index 45d43d1..1baf11a 100644
8--- a/gcc.specs
9+++ b/gcc.specs
10@@ -2,7 +2,7 @@
11 + -D_GNU_SOURCE
12
13 *efivar_cpp_options:
14- -Werror -Wall -std=gnu11 -Wextra
15+ -Wall -std=gnu11 -Wextra
16
17 *cpp_options:
18 + %(efivar_cpp_options)