A couple of minor warning cleanups.

-Erik
This commit is contained in:
Eric Andersen
2000-07-14 06:19:41 +00:00
parent d537a95fdb
commit e7413a9cde
6 changed files with 13 additions and 7 deletions

View File

@@ -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')