Remove a warning

This commit is contained in:
Gregory Nutt 2015-07-01 18:25:13 -06:00
parent 09c7373f24
commit 8fa6ecc1b9
2 changed files with 2 additions and 1 deletions

View File

@ -2761,6 +2761,7 @@ void up_serialinit(void)
#ifdef CONFIG_PM
ret = pm_register(&g_serialcb);
DEBUGASSERT(ret == OK);
UNUSED(ret);
#endif
/* Register the console */

@ -1 +1 @@
Subproject commit 7e1508fa58d6e44144f58f141ef7a7916b9ce73c
Subproject commit dafa9defb7724e780eda813b07b2c203f9af389c