[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-users] Version 1.3.1-RC3 request/suggestion
From: |
Chris Strahm |
Subject: |
[lwip-users] Version 1.3.1-RC3 request/suggestion |
Date: |
Fri, 14 Aug 2009 04:22:49 -0700 |
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-users] Version 1.3.1-RC3 request/suggestion,
Chris Strahm <=