File tree 1 file changed +7
-0
lines changed
libraries/lwIpWrapper/src
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ struct pbuf * dhcps_pbuf_alloc(uint16_t len)
311
311
*******************************************************************************/
312
312
static void send_offer (struct dhcps_msg * msg , uint16_t len )
313
313
{
314
+ (void )len ;
314
315
uint8_t * end ;
315
316
struct pbuf * p , * q ;
316
317
uint8_t * data ;
@@ -380,6 +381,7 @@ static void send_offer(struct dhcps_msg *msg, uint16_t len)
380
381
*******************************************************************************/
381
382
static void send_nak (struct dhcps_msg * m , uint16_t len )
382
383
{
384
+ (void )len ;
383
385
uint8_t * end ;
384
386
struct pbuf * p , * q ;
385
387
uint8_t * data ;
@@ -446,6 +448,7 @@ static void send_nak(struct dhcps_msg *m, uint16_t len)
446
448
*******************************************************************************/
447
449
static void send_ack (struct dhcps_msg * m , uint16_t len )
448
450
{
451
+ (void )len ;
449
452
uint8_t * end ;
450
453
struct pbuf * p , * q ;
451
454
uint8_t * data ;
@@ -627,6 +630,10 @@ static void handle_dhcp(void *arg,
627
630
const ip_addr_t * addr ,
628
631
uint16_t port )
629
632
{
633
+ (void )arg ;
634
+ (void )pcb ;
635
+ (void )addr ;
636
+ (void )port ;
630
637
struct dhcps_msg * pmsg_dhcps = NULL ;
631
638
int16_t tlen , malloc_len ;
632
639
uint8_t * p_dhcps_msg = NULL ;
You can’t perform that action at this time.
0 commit comments