Varning 1090 i MPLAB?
Postat: 4 augusti 2011, 00:14:09
Jag får en rad felmeddelanden i MPLAB när jag kompilerar.
Koden är till en radiomodul (RFM70 i RX mode).
Programmet är skrivet i C och jag använder HiTEC C.
Jag har letat en del men inte hittat vad det innebär.
Jag får en lyckad build trotts allt men det känns som något inte stämmer.
Det ska nämnas att jag inte är speciellt van vid MPLAB.
Koden är till en radiomodul (RFM70 i RX mode).
Programmet är skrivet i C och jag använder HiTEC C.
Jag har letat en del men inte hittat vad det innebär.
Jag får en lyckad build trotts allt men det känns som något inte stämmer.
Kod: Markera allt
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\main.c; 75. variable "_tx_buf" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\main.c; 76. variable "_rx_buf" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\main.c; 50. variable "_Flag" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\RFM70_init.c; 3. variable "_op_status" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\main.c; 81. variable "_test_data" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\main.c; 87. variable "_i" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\main.c; 87. variable "_j" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\main.c; 87. variable "_chksum" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\main.c; 173. variable "_i" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\main.c; 338. variable "_value" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\main.c; 338. variable "_aa" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\RFM70_init.c; 142. variable "_status" is not used
Warning [1090] C:\Users\Dusty Circuit\Desktop\PIC\RFM70_receiver_code\RFM70_receiver_code(Slaver)\RFM70_init.c; 265. variable "_temp" is not used