Fix some new warnings found in build testing.

This commit is contained in:
Gregory Nutt
2019-09-10 08:20:53 -06:00
parent 97dfff2011
commit cc694e9862
3 changed files with 3 additions and 4 deletions
@@ -358,6 +358,7 @@ static int nsh_usbhostinitialize(void)
return pid < 0 ? -ENOEXEC : OK;
}
UNUSED(ret);
return -ENODEV;
}
#else