Fix compile warnings (==errors) in new httpd

This commit is contained in:
Dirk Ziegelmeier
2016-04-26 20:53:25 +02:00
parent afd9ee9147
commit a5d4a27ae1
2 changed files with 4 additions and 9 deletions

View File

@@ -153,11 +153,6 @@
#define LWIP_HTTPD_STRICMP_PRIVATE 0
#endif
/** Set this to 1 on platforms where stricmp is not available */
#ifndef LWIP_HTTPD_ITOA_PRIVATE
#define LWIP_HTTPD_ITOA_PRIVATE 1
#endif
/** Define this to a smaller function if you have itoa() at hand... */
#ifndef LWIP_HTTPD_ITOA
#ifndef LWIP_HTTPD_ITOA_PRIVATE