summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/am_map.c
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-08 21:06:38 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-08 21:06:38 +0000
commit67f215032d8bab2571aad2da739d72512c064ca4 (patch)
treeb39689b5947f0522ca16fd79900906981951cd8f /apps/plugins/doom/am_map.c
parentab99e941dbf0481a1c0abb3767a745d23b53bfd2 (diff)
downloadrockbox-67f215032d8bab2571aad2da739d72512c064ca4.tar.gz
rockbox-67f215032d8bab2571aad2da739d72512c064ca4.zip
Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29841 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/doom/am_map.c')
-rw-r--r--apps/plugins/doom/am_map.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/doom/am_map.c b/apps/plugins/doom/am_map.c
index ff74e9938f..88e27b4dc2 100644
--- a/apps/plugins/doom/am_map.c
+++ b/apps/plugins/doom/am_map.c
@@ -632,7 +632,6 @@ boolean AM_Responder
632( event_t* ev ) 632( event_t* ev )
633{ 633{
634 int rc; 634 int rc;
635 static int cheatstate=0;
636 static int bigstate=0; 635 static int bigstate=0;
637 static char buffer[20]; 636 static char buffer[20];
638 int ch; // phares 637 int ch; // phares
@@ -732,7 +731,6 @@ boolean AM_Responder
732 } 731 }
733 else // phares 732 else // phares
734 { 733 {
735 cheatstate=0;
736 rc = false; 734 rc = false;
737 } 735 }
738 } 736 }