make unused.

This commit is contained in:
christos 2013-11-04 21:54:58 +00:00
parent 1b59fcd58b
commit 8cb7df9be6
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ int
sdmmc_open(struct open_file *of, ...)
{
va_list ap;
int unit, part;
int unit __unused, part;
va_start(ap, of);
unit = va_arg(ap, u_int); /* Not used for now */