Fix a few compile errors and warnings found in build testing

This commit is contained in:
Gregory Nutt
2017-08-12 10:27:55 -06:00
parent dacdbb0005
commit 6c4405561a
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -90,6 +90,8 @@ void devif_forward(FAR struct forward_s *fwd)
fwd->f_dev->d_sndlen = 0;
fwd->f_dev->d_len = offset;
UNUSED(ret);
}
#endif /* CONFIG_NET_IPFORWARD */