mbed-os/features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/source/include
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
..
callback_handler.h Get rid of Mesh6LoWPAN_ND and MeshThread classes. 2016-11-15 13:12:18 +02:00
enet_tasklet.h ONME-3113: Fix GCC_ARM and ARM compiler warnings from mbed-mesh-api 2017-07-28 14:46:26 +01:00
mesh_system.h Move MeshInterfaceNanostack to own file. 2016-11-15 13:12:18 +02:00
nd_tasklet.h restructure - Restructured features/net directory 2016-09-30 19:18:09 -05:00
thread_tasklet.h restructure - Restructured features/net directory 2016-09-30 19:18:09 -05:00