mbed-os/features/nanostack
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
..
FEATURE_ETHERNET_HOST Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_LOWPAN_BORDER_ROUTER Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_LOWPAN_HOST Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_LOWPAN_ROUTER Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_NANOSTACK ONME-3113: Fix GCC_ARM and ARM compiler warnings from mbed-mesh-api 2017-07-28 14:46:26 +01:00
FEATURE_NANOSTACK_FULL Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_THREAD_BORDER_ROUTER Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_THREAD_END_DEVICE Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_THREAD_ROUTER Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
CONTRIBUTING.md ONME-2822 Binary build script mod 2016-10-14 12:38:13 +03:00
LICENSE ONME-2822 Binary build script mod 2016-10-14 12:38:13 +03:00
LICENSE-permissive-binary-license-1.0.txt ONME-2822 Binary build script mod 2016-10-14 12:38:13 +03:00