lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: RE : [lwip-users] Mirror bugs


From: Bill Florac
Subject: RE: RE : [lwip-users] Mirror bugs
Date: Sun, 29 Jul 2007 22:00:36 -0500

FYI, 
Compiling with GCC (vai CrossStudio). Perhaps it is because I am running as 
debug with all optimizations turned off. Eitherway, this fixes the problem.

________________________________

From: address@hidden on behalf of Frédéric BERNON
Sent: Sun 7/29/2007 3:15 AM
To: Mailing list for lwIP users
Subject: RE : [lwip-users] Mirror bugs 



It's check in. Note that the fix for do_close_internal is only usuful is you 
don't have a "smart" linker (since all do_close_internal calls are already 
surrounded by #if LWIP, a good linker should not include do_close_internal). 
But since do_writemore is surrounded, do_close_internal can be !


 
====================================
Frédéric BERNON
HYMATOM SA
Chef de projet informatique
Microsoft Certified Professional
Tél. : +33 (0)4-67-87-61-10
Fax. : +33 (0)4-67-70-85-44
Email : address@hidden
Web Site : http://www.hymatom.fr <http://www.hymatom.fr/> 
====================================
P Avant d'imprimer, penser à l'environnement



-----Message d'origine-----
De : address@hidden [mailto:address@hidden De la part de Bill Florac
Envoyé : samedi 28 juillet 2007 08:42
À : address@hidden
Objet : [lwip-users] Mirror bugs


In file api_msg.c, the function do_close_internal() should be surrounded by #if 
LWIP_TCP (as it is in the decration) so it will excluded when LWIP_TCP = 0.

In file etharp.c, the function etharp_find_addr() should have it unused 
parameter netif marked so there is no warning.


Bill Florac


_______________________________________________
lwip-users mailing list
address@hidden http://lists.nongnu.org/mailman/listinfo/lwip-users


<<winmail.dat>>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]