projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169dc78
)
Suppress all build warnings
author
Hoyub Lee
<hoyub.lee@samsung.com>
Wed, 11 Oct 2017 10:11:00 +0000
(19:11 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Fri, 21 Feb 2020 07:57:00 +0000
(16:57 +0900)
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 <hoyub.lee@samsung.com>
packaging/pixman.spec
patch
|
blob
|
history
diff --git
a/packaging/pixman.spec
b/packaging/pixman.spec
index 7302aeaf9f95c6844620d349834038c405f5c020..6c1636238b7c2a94a8ef9ab03b91fd0476e9cb34 100644
(file)
--- 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}