diff --git a/driver/main.c b/driver/main.c index df624cdc6..1cf94da1a 100644 --- a/driver/main.c +++ b/driver/main.c @@ -404,9 +404,7 @@ static int t_compile() char*cmd = malloc(ncmd + 1); strcpy(cmd, tmp); -#ifdef __MINGW32__ - unsigned ncmd_start = ncmd; -#else +#ifndef __MINGW32__ int rtn; #endif