From ce22b0b518db71e3b457f96970b84d05a6354f8a Mon Sep 17 00:00:00 2001 From: Rehan MALAK Date: Tue, 24 Apr 2018 13:55:40 +0200 Subject: [PATCH 1/3] warning-- : excess elements in struct initializer make -C "examples/platform-specific/cc26xx/ble-ipv6" \ TARGET=srf06-cc26xx BOARD=sensortag/cc2650 --- os/net/mac/ble/ble-l2cap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/os/net/mac/ble/ble-l2cap.c b/os/net/mac/ble/ble-l2cap.c index f12fbb369..076d919e8 100644 --- a/os/net/mac/ble/ble-l2cap.c +++ b/os/net/mac/ble/ble-l2cap.c @@ -512,7 +512,6 @@ const struct mac_driver ble_l2cap_driver = { input, on, off, - NULL, }; /*---------------------------------------------------------------------------*/ PROCESS_THREAD(ble_l2cap_tx_process, ev, data) From 555242c8c23beeeab72f7d0251809bfac7d10d94 Mon Sep 17 00:00:00 2001 From: Rehan MALAK Date: Tue, 24 Apr 2018 14:17:28 +0200 Subject: [PATCH 2/3] warning-- : defined but not used make -C "examples/ip64-router" \ TARGET=zoul BOARD=orion --- os/services/ip64/ip64-arp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/os/services/ip64/ip64-arp.c b/os/services/ip64/ip64-arp.c index 5f3cff29a..75197558d 100644 --- a/os/services/ip64/ip64-arp.c +++ b/os/services/ip64/ip64-arp.c @@ -94,7 +94,6 @@ struct arp_entry { static const struct ip64_eth_addr broadcast_ethaddr = {{0xff,0xff,0xff,0xff,0xff,0xff}}; -static const uint16_t broadcast_ipaddr[2] = {0xffff,0xffff}; static struct arp_entry arp_table[UIP_ARPTAB_SIZE]; From 38c372b222a915bfce6eb527e0fe4378ef2afc19 Mon Sep 17 00:00:00 2001 From: Rehan MALAK Date: Thu, 17 May 2018 15:43:35 +0200 Subject: [PATCH 3/3] ignore files produced during coap-lwm2m tests --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a67ff3f50..f59be6e16 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,8 @@ COOJA.testlog *.err summary tests/[0-9][0-9]-*/org/ +tests/18-coap-lwm2m/Californium.properties +tests/18-coap-lwm2m/leshan-server-demo-1.0.0-SNAPSHOT-jar-with-dependencies.jar # x86 UEFI files cpu/x86/uefi/Makefile.uefi