fixed compiler warning "initialization dircards qualifiers from pointer target type"

This commit is contained in:
goldsimon
2007-03-06 07:28:22 +00:00
parent ddf0982d0f
commit 7115975212
3 changed files with 15 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ typedef s8_t err_t;
#ifdef LWIP_DEBUG
extern char *lwip_strerr(err_t err);
extern const char *lwip_strerr(err_t err);
#else
#define lwip_strerr(x) ""
#endif /* LWIP_DEBUG */