Hussein Al-Shatri wrote: > Hi everyone, > > I have a new compailer installed in our server. Each time when I compile > something lot's of warnings comes in. All of them says: > > warning: type qualifiers ignored on function return type > > Could you tell me what does it mean. And what is the best way to get rid of > it. > > Thank you in advance. > > Regards, > > Hussein
Write correct code? Search Google for the exact warning and use the suggested command-line switch to disable that warning? #pragma statement? Lots of options to choose from. Hard to tell what is wrong without posting sample code, line numbers of the complaints, command-line used to compile/link, and version of gcc. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
