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: [EMAIL PROTECTED] 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 : [EMAIL PROTECTED] Web Site : http://www.hymatom.fr <http://www.hymatom.fr/> ==================================== P Avant d'imprimer, penser à l'environnement -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Bill Florac Envoyé : samedi 28 juillet 2007 08:42 À : [email protected] 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 [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
<<winmail.dat>>
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
