Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>
This commit is contained in:
@ -119,7 +119,9 @@ do_mount(char *specialfile, char *dir, char *filesystemtype,
|
||||
char *mtab_opts)
|
||||
{
|
||||
int status = 0;
|
||||
#if defined BB_FEATURE_MOUNT_LOOP
|
||||
char *lofile = NULL;
|
||||
#endif
|
||||
|
||||
if (fakeIt == FALSE)
|
||||
{
|
||||
|
Reference in New Issue
Block a user