OSDN Git Service

tests/exynos: remove unused-function build warning
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 31 Mar 2017 03:30:57 +0000 (12:30 +0900)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 3 Apr 2017 16:46:06 +0000 (17:46 +0100)
commita398adba7c845fe248ab1e5c338789ca2882644b
tree576a8f8c04fbb67b78553c8f78eb9c5b15f1f9f9
parent762be6c2102de0ec99659838a1423c4a131432ff
tests/exynos: remove unused-function build warning

The function g2d_blend_test() is blocked to call because of
feature unsafety. This patch blocks with proper feature name
and also blocks the function itself to remove build warning.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
tests/exynos/exynos_fimg2d_test.c