render: fix not to make shift negative value warning about pixman_int_to_fixed macro 63/148863/1
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 11 Sep 2017 05:19:51 +0000 (14:19 +0900)
committerSung-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

index 14bf92e..7ba320b 100644 (file)
@@ -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