aboutsummaryrefslogtreecommitdiff
path: root/cp_mv.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-14 06:19:41 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-14 06:19:41 +0000
commite7413a9cde8da7a54349a0641d0b1e7cbc0e290a (patch)
treede65d104a5ec0715d77663f9a4478d9e6ec20b58 /cp_mv.c
parentd537a95fdbc0b4a5f38edea8593b4c085fdd7fcb (diff)
downloadbusybox-e7413a9cde8da7a54349a0641d0b1e7cbc0e290a.tar.gz
A couple of minor warning cleanups.
-Erik
Diffstat (limited to 'cp_mv.c')
-rw-r--r--cp_mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cp_mv.c b/cp_mv.c
index 6550e1c39..d703daec4 100644
--- a/cp_mv.c
+++ b/cp_mv.c
@@ -188,7 +188,7 @@ rm_Action(const char *fileName, struct stat *statbuf, void* junk)
extern int cp_mv_main(int argc, char **argv)
{
- int i;
+ volatile int i;
char c;
if (*applet_name == 'c' && *(applet_name + 1) == 'p')