From 95539512dd4b2b1f3f3ce475af677075b537d706 Mon Sep 17 00:00:00 2001 From: Lu Guanqun Date: Thu, 17 Jan 2013 14:50:14 +0800 Subject: fix two unused variables I don't find these two warnings until now, and here's the simple fix. Signed-off-by: Lu Guanqun Reviewed-by: Zhigang Gong --- utests/compiler_fill_image0.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'utests/compiler_fill_image0.cpp') diff --git a/utests/compiler_fill_image0.cpp b/utests/compiler_fill_image0.cpp index cfb6b874..ed92432f 100644 --- a/utests/compiler_fill_image0.cpp +++ b/utests/compiler_fill_image0.cpp @@ -5,7 +5,6 @@ static void compiler_fill_image0(void) const size_t w = 512; const size_t h = 512; cl_image_format format; - cl_sampler sampler; format.image_channel_order = CL_RGBA; format.image_channel_data_type = CL_UNSIGNED_INT8; -- cgit v1.2.1