From c78b7265bd1ee374a5e515d79448d0e3452b5ede Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 5 Jul 2010 18:32:03 +0000 Subject: Fixups for warnings on Windows (esp 64bit). --- dir.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 4224abb..7277fe6 100644 --- a/dir.c +++ b/dir.c @@ -123,14 +123,11 @@ downcase (const char *filename) { static PATH_VAR (new_filename); char *df; - int i; if (filename == 0) return 0; df = new_filename; - - /* First, transform the name part. */ while (*filename != '\0') { *df++ = tolower ((unsigned char)*filename); -- cgit v1.2.3