From: notaz Date: Mon, 9 Jan 2012 21:21:27 +0000 (+0200) Subject: gpu_neon: warning fix X-Git-Tag: r14~33 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=7841712d55378f557c1f08ac3445f3b3d66c7691 gpu_neon: warning fix --- 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();