Messege :"Warning unreferenced functions removed"
Posted: Tue Dec 09, 2008 3:19 pm
Hi
I made a flowcode for a security project using keypad and lcd screen. It works perfectly while doing demonstration in my pc. The problem comes when it is compiled , the compiler gives the following message:
Warning unreferenced functions removed:
FCD_LCDDisplay0_GetDefines in: C:\Users\Damien\Desktop\FLOCODE\safe.c
FCD_LCDDisplay0_Command in: C:\Users\Damien\Desktop\FLOCODE\safe.c
FCD_LCDDisplay0_RawSend in: C:\Users\Damien\Desktop\FLOCODE\safe.c
FCD_LCDDisplay0_PrintNumber in: C:\Users\Damien\Desktop\FLOCODE\safe.c
FCD_LCDDisplay0_PrintString in: C:\Users\Damien\Desktop\FLOCODE\safe.c
FCD_KeyPad0_GetKeypadNumber in: C:\Users\Damien\Desktop\FLOCODE\safe.c
LCD_1115862_Dummy_Function in: C:\Users\Damien\Desktop\FLOCODE\safe.c
It still writes the program to the chip without errors, but program does not work accordingly which ofourse I believe is because of the above warning message.
Any help will be greatly appreciated.
Thanks
Damien
I made a flowcode for a security project using keypad and lcd screen. It works perfectly while doing demonstration in my pc. The problem comes when it is compiled , the compiler gives the following message:
Warning unreferenced functions removed:
FCD_LCDDisplay0_GetDefines in: C:\Users\Damien\Desktop\FLOCODE\safe.c
FCD_LCDDisplay0_Command in: C:\Users\Damien\Desktop\FLOCODE\safe.c
FCD_LCDDisplay0_RawSend in: C:\Users\Damien\Desktop\FLOCODE\safe.c
FCD_LCDDisplay0_PrintNumber in: C:\Users\Damien\Desktop\FLOCODE\safe.c
FCD_LCDDisplay0_PrintString in: C:\Users\Damien\Desktop\FLOCODE\safe.c
FCD_KeyPad0_GetKeypadNumber in: C:\Users\Damien\Desktop\FLOCODE\safe.c
LCD_1115862_Dummy_Function in: C:\Users\Damien\Desktop\FLOCODE\safe.c
It still writes the program to the chip without errors, but program does not work accordingly which ofourse I believe is because of the above warning message.
Any help will be greatly appreciated.
Thanks
Damien