From 1431908186c4a176216efc1494854fbc6b12379f Mon Sep 17 00:00:00 2001 From: sf-exg Date: Thu, 30 Jun 2011 13:13:59 +0000 Subject: Add unused attribute to ocur_ variable. --- ev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev.c b/ev.c index 66f6459..4be8d49 100644 --- a/ev.c +++ b/ev.c @@ -966,7 +966,7 @@ array_realloc (int elem, void *base, int *cur, int cnt) #define array_needsize(type,base,cur,cnt,init) \ if (expect_false ((cnt) > (cur))) \ { \ - int ocur_ = (cur); \ + int ecb_unused ocur_ = (cur); \ (base) = (type *)array_realloc \ (sizeof (type), (base), &(cur), (cnt)); \ init ((base) + (ocur_), (cur) - ocur_); \ -- cgit v1.2.3