projects
/
platform
/
core
/
uifw
/
pepper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87619f4
)
render: fix not to make shift negative value warning about pixman_int_to_fixed macro
63/148863/1
author
Sung-Jin Park
<sj76.park@samsung.com>
Mon, 11 Sep 2017 05:19:51 +0000
(14:19 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Mon, 11 Sep 2017 05:19:51 +0000
(14:19 +0900)
Change-Id: I9212966e2a4b160952f6aa88385c5e0a816a4225
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/lib/render/Makefile.am
patch
|
blob
|
history
diff --git
a/src/lib/render/Makefile.am
b/src/lib/render/Makefile.am
index
14bf92e
..
7ba320b
100644
(file)
--- a/
src/lib/render/Makefile.am
+++ b/
src/lib/render/Makefile.am
@@
-9,7
+9,7
@@
libpepper_render_la_CFLAGS = $(AM_CFLAGS) $(PEPPER_RENDER_CFLAGS)
libpepper_render_la_LIBADD = $(PEPPER_RENDER_LIBS)
if HAVE_TBM
-libpepper_render_la_CFLAGS += $(TBM_CFLAGS)
+libpepper_render_la_CFLAGS += $(TBM_CFLAGS)
-Wno-shift-negative-value
libpepper_render_la_LIBADD += $(TBM_LIBS)
endif