mbed-os/features/nanostack/FEATURE_NANOSTACK/nanostack-interface
Kari Haapalehto f3c7e0dbc0 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-11 15:56:08 +03:00
..
NanostackEthernetPhy.h Implement Ethernet interface for Nanostack. 2016-11-15 13:15:52 +02:00
NanostackInterface.cpp [ONME-2953 ]Minor glitch in error handling 2017-02-13 16:37:12 +02:00
NanostackInterface.h [ONME-2927] Socket adaptation layer for nanostack 2017-02-12 22:05:26 +02:00
NanostackLockGuard.h [ONME-2927] Socket adaptation layer for nanostack 2017-02-12 22:05:26 +02:00
NanostackPhy.h Rename NanostackRfPhy to NanostackPhy 2016-11-15 13:12:18 +02:00
NanostackRfPhy.h ONME-3113: Fix GCC_ARM and ARM compiler warnings from mbed-mesh-api 2017-07-11 15:56:08 +03:00