Fixed a number of compiler warnings
This commit is contained in:
parent
2059be3a43
commit
4a93f5148d
8 changed files with 26 additions and 25 deletions
|
@ -56,8 +56,10 @@ typedef struct uip_nameserver_record {
|
|||
uint32_t lifetime;
|
||||
} uip_nameserver_record;
|
||||
|
||||
#if UIP_NAMESERVER_POOL_SIZE > 1
|
||||
/** \brief Initialization flag */
|
||||
static uint8_t initialized = 0;
|
||||
#endif
|
||||
|
||||
/** \name List and memory block
|
||||
* @{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue