mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Avoid compiler warning because of unused variable.
This commit is contained in:
parent
05d98ffca3
commit
a9c6d59da3
@ -57,7 +57,9 @@ typedef struct uip_nameserver_record {
|
||||
} uip_nameserver_record;
|
||||
|
||||
/** \brief Initialization flag */
|
||||
#if UIP_NAMESERVER_POOL_SIZE > 1
|
||||
static uint8_t initialized = 0;
|
||||
#endif
|
||||
|
||||
/** \name List and memory block
|
||||
* @{
|
||||
|
Loading…
Reference in New Issue
Block a user