summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-11-08 06:33:28 +0000
committerKean Johnson <kean@armory.com>2005-11-08 06:33:28 +0000
commit160edb73b384ef6215a7ae6fc9ecc1431450c1f7 (patch)
treed7c7b309717b2c24ff82ed132f919ff32884c256
parent9f00f678a75fd10865d79cb7b1cc25cae3ffebab (diff)
See ChangeLog entry 2005-11-07 for details.
-rw-r--r--src/savage_cursor.c2
1 files changed, 1 insertions, 1 deletions
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 */
}
}