summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netsvcs/clients/Tokens/rw_lock/rw_locks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp b/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
index 0c9170b3828..6c167490c7d 100644
--- a/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
+++ b/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
@@ -44,7 +44,7 @@ static int write_sleep = 0;
static int renew = 0;
static void *
-run_thread (void *vp)
+run_thread (void *)
{
for (int x = 0; x < iterations; x++)
{