remove warnings
This commit is contained in:
parent
fa11a55a45
commit
9226facda8
|
@ -75,6 +75,7 @@ int color_from_string (const char *name, const char *uri, const char *s)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wwrite-strings"
|
||||
GENERIC_RESOURCE
|
||||
( red
|
||||
, RED_LED
|
||||
|
@ -101,6 +102,7 @@ GENERIC_RESOURCE
|
|||
, color_from_string
|
||||
, color_to_string
|
||||
);
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
void setup (void)
|
||||
{
|
||||
|
|
|
@ -275,7 +275,6 @@ typedef unsigned short uip_stats_t;
|
|||
/* ************************************************************************** */
|
||||
#if UIP_CONF_IPV6_RPL
|
||||
|
||||
#define UIP_CONF_ROUTER 1
|
||||
#define UIP_CONF_ND6_SEND_RA 0
|
||||
#define UIP_CONF_ND6_REACHABLE_TIME 600000
|
||||
#define UIP_CONF_ND6_RETRANS_TIMER 10000
|
||||
|
|
Loading…
Reference in a new issue