This is a probably a trivial suggestion, but in the stats.c file at line 100,107,108 there is:
stats_display_memp(struct stats_mem *mem, int index) The "index" parameter causes GCC to give a warning as a shadow parameter of string.h If the name could be changed to say "idx" or something else, it would eliminate this warning. Thanks, Chris. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
