mbed-os/features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/source
Kari Haapalehto d7f3820908 ONME-3113: Fix GCC_ARM and ARM compiler warnings from mbed-mesh-api
Warning #1300-D: inherits implicit virtual
- Adding the virtual keyword in the derived class prevents the warning

Warning #1-D: last line of file ends without a newline
- New line added at the end of file

Warning #997-D:
function "MeshInterfaceNanostack::initialize(NanostackPhy *)" is hidden
by "ThreadInterface::initialize"  -- virtual function override intended?
- virtual keyword removed from "MeshInterfaceNanostack::initialize"

Warning #1300-D: inherits implicit virtual
- Adding the virtual keyword in the derived class prevents the warning
2017-07-28 14:46:26 +01:00
..
include ONME-3113: Fix GCC_ARM and ARM compiler warnings from mbed-mesh-api 2017-07-28 14:46:26 +01:00
CallbackHandler.cpp Get rid of Mesh6LoWPAN_ND and MeshThread classes. 2016-11-15 13:12:18 +02:00
LoWPANNDInterface.cpp - Adjust lowpan ND interface connect timeout 2017-07-14 15:13:32 +01:00
MeshInterfaceNanostack.cpp Rename NanostackRfPhy to NanostackPhy 2016-11-15 13:12:18 +02:00
NanostackEthernetInterface.cpp Implement Ethernet interface for Nanostack. 2016-11-15 13:15:52 +02:00
ThreadInterface.cpp Adjust Thread interface connect timeout 2017-05-17 12:45:52 +03:00
ethernet_tasklet.c -useless static_config.h removed 2017-03-28 11:46:40 +03:00
mesh_system.c -useless static_config.h removed 2017-03-28 11:46:40 +03:00
nd_tasklet.c -useless static_config.h removed 2017-03-28 11:46:40 +03:00
thread_tasklet.c Thread minimal end device operating mode added 2017-05-19 11:30:11 +03:00