2008-06-06 06:31 AM
Ethernet Example - Webserver - Warnings How can I get rid of these
2011-05-17 12:53 AM
I am getting the following Warnings when I compile the Ethernet Webserver Example File httpd.c:
Warning[w6]: Type conflict for external/entry ''file_404_html'', in module httpd against external/entry in module fs; different composite type kinds Warning[w6]: Type conflict for external/entry ''file_index_html'', in module httpd against external/entry in module fs; different composite type kinds How can I get rid of these warnings. Function httpd_appcall() has the 1st warning. ;)