From: sdcc-builder Date: Thu, 17 Jul 2003 13:12:06 +0000 (+0000) Subject: fix warning X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c37413e10ff08713c0689e1a3ef1b90d8ad343aa;p=fw%2Fsdcc fix warning git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2745 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/pic16/main.c b/src/pic16/main.c index 30153b2a..33ed2da7 100644 --- a/src/pic16/main.c +++ b/src/pic16/main.c @@ -264,7 +264,9 @@ _pic16_genAssemblerPreamble (FILE * of) static int _pic16_genIVT (FILE * of, symbol ** interrupts, int maxInterrupts) { +#if 0 int i; +#endif #if 0 if (options.model != MODEL_FLAT24)