mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
comment to the last check-in was incomplete: Introduced #define LWIP_UNUSED_ARG(x) use this for and architecture-independent form to tell the compiler you intentionally are not using this variable. Can be overriden in cc.h.
This commit is contained in:
parent
f6bdd2cae4
commit
f16911f7dd
@ -24,7 +24,9 @@ HISTORY
|
||||
++ New features:
|
||||
|
||||
2007-04-04 Simon Goldschmidt
|
||||
* arch.h, dhcp.c, :
|
||||
* arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
|
||||
use this for and architecture-independent form to tell the compiler you intentionally
|
||||
are not using this variable. Can be overriden in cc.h.
|
||||
|
||||
2007-03-28 Frédéric Bernon
|
||||
* opt.h, netif.h, dhcp.h, dhcp.c: New configuration option LWIP_NETIF_HOSTNAME allow to
|
||||
|
Loading…
Reference in New Issue
Block a user