Re: unreferenced main in embedded source code

2011-04-20 Thread Ian Lance Taylor
domenico margiotta writes: > i'm programming for embedded system and for work i use a code warrior > ide (for freescale microprocessor). > > Our client has required to clean every warning in souce code. The > codewarrior compiler don't detect every warning and so the client said > to use a gcc -W

unreferenced main in embedded source code

2011-04-20 Thread domenico margiotta
Hi everybody, i'm programming for embedded system and for work i use a code warrior ide (for freescale microprocessor). Our client has required to clean every warning in souce code. The codewarrior compiler don't detect every warning and so the client said to use a gcc -Wall and lint command. In