From 96b21753bc12c601359f2c0e9acaeb81ad671bdc Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 22 May 2011 13:53:31 +0000 Subject: Fix some residual 'defined but not used' warnings by GCC 4.6.0 for touchscreen targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29910 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/brickmania.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/plugins/brickmania.c') diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 379aadfe65..59059b8cc7 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -2235,10 +2235,9 @@ static int brickmania_game_loop(void) if( move_button & BUTTON_TOUCHSCREEN) { int data; - short touch_x, touch_y; + short touch_x; rb->button_status_wdata(&data); touch_x = FIXED3(data >> 16); - touch_y = FIXED3(data & 0xffff); if(flip_sides) { -- cgit v1.2.3