From 160edb73b384ef6215a7ae6fc9ecc1431450c1f7 Mon Sep 17 00:00:00 2001 From: Kean Johnson Date: Tue, 8 Nov 2005 06:33:28 +0000 Subject: See ChangeLog entry 2005-11-07 for details. --- src/savage_cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/savage_cursor.c b/src/savage_cursor.c index 9d34bda..8885496 100644 --- a/src/savage_cursor.c +++ b/src/savage_cursor.c @@ -194,7 +194,7 @@ SavageLoadCursorImage( * loading the cursor. */ volatile unsigned int i = ALT_STATUS_WORD0; - (void)i; /* Not to be optimised out */ + (void)i++; /* Not to be optimised out */ } } -- cgit v1.2.3