From a706b1e328f0e176430746c347f2c9c9c8d7a591 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Mon, 24 Feb 2020 11:33:32 +0900 Subject: [PATCH] tests/util: Remove unused variable warning in fill_tiles_rgb16fp() There is an unused variable causing build warning in fill_tiles_rgb16fp(). Remove the unused variable. Change-Id: Ib25b08b954cf0e086a42a79319d48662f426ee54 Signed-off-by: Seung-Woo Kim --- tests/util/pattern.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/util/pattern.c b/tests/util/pattern.c index bf1797d..5043523 100644 --- a/tests/util/pattern.c +++ b/tests/util/pattern.c @@ -985,7 +985,6 @@ static void fill_tiles_rgb16fp(const struct util_format_info *info, void *mem, unsigned int stride) { const struct util_rgb_info *rgb = &info->rgb; - void *mem_base = mem; unsigned int x, y; /* TODO: Give this actual fp16 precision */ -- 2.7.4