diff -r b97f8fa54d67 -r 35cf5e2f110a scripts/wrapper.c --- a/scripts/wrapper.c Sat Aug 29 18:27:47 2009 +0200 +++ b/scripts/wrapper.c Wed Feb 17 23:41:17 2010 +0100 @@ -27,6 +27,9 @@ size_t len; int execve_ret; + /* Avoid the warning-treated-as-error: "error: unused parameter 'argc'" */ + len = argc; + /* In case we have a relative or absolute pathname (ie. contains a slash), * then realpath wll work. But if the tool was found in the PATH, realpath * won't work, and we'll have to search ourselves.