From 8847b9a03afd59a4d4f833be12937b38216799d3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 21 Sep 2000 01:33:05 +0000 Subject: Remove a warning. Patch from Bryan Rittmeyer --- mount.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mount.c') diff --git a/mount.c b/mount.c index eefbd76fd..598b650f9 100644 --- a/mount.c +++ b/mount.c @@ -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) { -- cgit v1.2.3