removing compiler warnings

19 Nov 2010

I'm trying to compile my application and I'm importing the NetServices library but it seems that the library has 20+ warnings. At the end, my code can't compile because it says there's an error but it won't tell me what the error is since there are already 20 warnings. How can I remove these warnings so that I can fix my application?

20 Nov 2010

I think the answer you are looking for can be found in this topic - http://mbed.org/forum/mbed/topic/1370

That should allow you to filter out the warnings you don't care about.

20 Nov 2010

I actually tried that prior to posting this thread and it didn't work for me.

20 Nov 2010
user Michael Chai wrote:
I'm trying to compile my application and I'm importing the NetServices library but it seems that the library has 20+ warnings.

Hi Michael

Try using the modified NetServices library here http://mbed.org/cookbook/NetServicesTribute. The warnings have already been downgraded to remarks (which won't normally show).

Regards
Daniel

20 Nov 2010

Thanks a bunch, that did the trick! :)