From 6bffb49282bb2c0166a5c4131c98b9e205b17766 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Thu, 22 Mar 2012 13:07:28 -0400 Subject: [PATCH] don't fail the build after an hour just because of some gcc warning. --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 98cc2ce9f..f4fea4b94 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1897,7 +1897,7 @@ BuildKernel %make_target %kernel_image smp %endif %global perf_make \ - make %{?_smp_mflags} -C tools/perf -s V=1 EXTRA_CFLAGS="-Wno-error=array-bounds" HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} + make %{?_smp_mflags} -C tools/perf -s V=1 WERROR=0 HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} %if %{with_perf} # perf %{perf_make} all