Problems in LCD screen

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
khaled yasin
Posts: 43
Joined: Sat Sep 13, 2008 10:36 pm
Contact:

Problems in LCD screen

Post by khaled yasin »

i receive this message when i compile the motion sensor 2 example


Warning unreferenced functions removed:

FCD_LCDDisplay0_GetDefines in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

FCD_LCDDisplay0_Command in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

FCD_LCDDisplay0_RawSend in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

FCD_LCDDisplay0_Cursor in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

FCD_LCDDisplay0_PrintString in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

LCD_5309376_Dummy_Function in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Problems in LCD screen

Post by Benj »

Hello

Thats just the C compiler optimising out your code by removing unused functions. Nothing to worry about unless you are actually calling those functions in your code.

Post Reply