From: Eric Andersen Date: Thu, 21 Sep 2000 01:33:05 +0000 (-0000) Subject: Remove a warning. Patch from Bryan Rittmeyer X-Git-Tag: 0_47~49 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8847b9a03afd59a4d4f833be12937b38216799d3;p=oweals%2Fbusybox.git Remove a warning. Patch from Bryan Rittmeyer --- 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) { diff --git a/util-linux/mount.c b/util-linux/mount.c index eefbd76fd..598b650f9 100644 --- a/util-linux/mount.c +++ b/util-linux/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) {