From 51274cc7658224be3d574862ac5ef782cc46a93d Mon Sep 17 00:00:00 2001 From: Hoyub Lee Date: Wed, 11 Oct 2017 19:11:00 +0900 Subject: [PATCH] Suppress all build warnings This is the open source package which we don't make changes. Therefore, as there is no need to fix or change build warnings, suppress all build warnings by adding '-w' flag. Change-Id: If739026a6e5bf6f28e5d712cacc111d4738e339a Signed-off-by: Hoyub Lee --- packaging/pixman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/pixman.spec b/packaging/pixman.spec index 7302aea..6c16362 100644 --- a/packaging/pixman.spec +++ b/packaging/pixman.spec @@ -29,6 +29,7 @@ cp %{SOURCE1001} . %build +export CFLAGS="$CFLAGS -w" %configure --disable-arm-iwmmxt make %{?_smp_mflags} -- 2.34.1