mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
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:
@@ -23,6 +23,9 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2007-04-04 Simon Goldschmidt
|
||||
* arch.h, dhcp.c, :
|
||||
|
||||
2007-03-28 Frédéric Bernon
|
||||
* opt.h, netif.h, dhcp.h, dhcp.c: New configuration option LWIP_NETIF_HOSTNAME allow to
|
||||
define a hostname in netif struct (this is just a pointer, so, you can use a hardcoded
|
||||
|
||||
Reference in New Issue
Block a user