fix warning
[fw/sdcc] / src / pic16 / main.c
index 30153b2a5a838e4c74d0f27198ef2ee66d43cb70..33ed2da7ca73c457b9255476ed2c0abbdcf89e08 100644 (file)
@@ -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)