lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #5822] Handle unused arguments


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #5822] Handle unused arguments
Date: Wed, 04 Apr 2007 19:35:06 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Update of patch #5822 (project lwip):

                  Status:                    None => In Progress            

    _______________________________________________________

Follow-up Comment #9:

I'm including

#ifndef LWIP_UNUSED_ARG
#define LWIP_UNUSED_ARG(x) (void)x
#endif /* LWIP_UNUSED_ARG */ 

into arch.h and starting to update the stack to use this new define where
necessary. Everyone, please update to LWIP_UNUSED_ARG if I miss something.
Thanks.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?5822>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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