diff -r b97f8fa54d67 -r 4e8dd617a1ca scripts/wrapper.c --- a/scripts/wrapper.c Sat Aug 29 18:27:47 2009 +0200 +++ b/scripts/wrapper.c Sun Aug 30 19:58:41 2009 +0200 @@ -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.