From 7841712d55378f557c1f08ac3445f3b3d66c7691 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 9 Jan 2012 23:21:27 +0200 Subject: [PATCH 1/1] gpu_neon: warning fix --- plugins/gpu_neon/gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gpu_neon/gpu.c b/plugins/gpu_neon/gpu.c index c31d9a1f..5b16cd44 100644 --- a/plugins/gpu_neon/gpu.c +++ b/plugins/gpu_neon/gpu.c @@ -42,7 +42,7 @@ static noinline void do_cmd_reset(void) static noinline void do_reset(void) { - int i; + unsigned int i; do_cmd_reset(); -- 2.39.2