From: Hoyub Lee Date: Wed, 11 Oct 2017 10:11:00 +0000 (+0900) Subject: Suppress all build warnings X-Git-Tag: submit/tizen/20200225.010716~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51274cc7658224be3d574862ac5ef782cc46a93d;p=platform%2Fupstream%2Fpixman.git 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 --- 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}