diff options
author | Ron Yorston <rmy@pobox.com> | 2014-03-13 22:02:12 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-03-13 22:02:12 +0000 |
commit | e8c9f63c8e618d85104369a4c588129b165851e2 (patch) | |
tree | 472f9a45e0cd789fee8d5b875a97d9877c169ff8 /win32/process.c | |
parent | e15ec3837bfed8a05ff0e8c7edd658fbb41f5d7d (diff) | |
download | busybox-w32-e8c9f63c8e618d85104369a4c588129b165851e2.tar.gz busybox-w32-e8c9f63c8e618d85104369a4c588129b165851e2.tar.bz2 busybox-w32-e8c9f63c8e618d85104369a4c588129b165851e2.zip |
Fix some compiler warnings
Diffstat (limited to 'win32/process.c')
-rw-r--r-- | win32/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/process.c b/win32/process.c index 59bc5b4a0..ba6444fac 100644 --- a/win32/process.c +++ b/win32/process.c | |||
@@ -332,7 +332,7 @@ mingw_execv(const char *cmd, const char *const *argv) | |||
332 | } | 332 | } |
333 | 333 | ||
334 | /* POSIX version in libbb/procps.c */ | 334 | /* POSIX version in libbb/procps.c */ |
335 | procps_status_t* FAST_FUNC procps_scan(procps_status_t* sp, int flags) | 335 | procps_status_t* FAST_FUNC procps_scan(procps_status_t* sp, int flags UNUSED_PARAM) |
336 | { | 336 | { |
337 | PROCESSENTRY32 pe; | 337 | PROCESSENTRY32 pe; |
338 | 338 | ||