Skip to content

Commit

Permalink
Supress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
teetak01 authored and Mika Tervonen committed Mar 8, 2021
1 parent f5cecd7 commit 4921465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/6LoWPAN/ws/ws_bbr_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ static void ws_bbr_dhcp_server_dns_info_update(protocol_interface_info_entry_t *

static void wisun_dhcp_address_remove_cb(int8_t interfaceId, uint8_t *targetAddress, void *prefix_info)
{
(void) interfaceId;
(void) prefix_info;
whiteboard_os_modify(targetAddress, REMOVE);
}

Expand Down

0 comments on commit 4921465

Please sign in to comment.