From b05b86b92d5dc29fbc658bd82bd54b8e6a226cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Sat, 10 Nov 2012 16:41:11 +0000 Subject: [PATCH] Fixed warning about unused variable. --- BaS_GNU/sources/BaS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/sources/BaS.c b/BaS_GNU/sources/BaS.c index 3a93e37..c8ecade 100644 --- a/BaS_GNU/sources/BaS.c +++ b/BaS_GNU/sources/BaS.c @@ -36,7 +36,7 @@ extern uint8_t _EMUTOS_SIZE[]; /********************************************************************/ void BaS(void) { - int az_sectors; + //int az_sectors; int i; uint8_t *src; uint8_t *dst = (uint8_t *)TOS;