From 2fd3fd996bad01ed1aa00b9a751ead1d02e03eed Mon Sep 17 00:00:00 2001 From: andersen Date: Thu, 21 Sep 2000 01:33:05 +0000 Subject: Remove a warning. Patch from Bryan Rittmeyer git-svn-id: svn://busybox.net/trunk/busybox@1078 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- mount.c | 2 ++ util-linux/mount.c | 2 ++ 2 files changed, 4 insertions(+) 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) { -- cgit v1.2.3-55-g6feb