Imported Upstream version 1.36.0
[platform/upstream/grpc.git] / test / core / network_benchmarks / low_level_ping_pong.cc
index a983b18..683c85e 100644 (file)
@@ -227,7 +227,7 @@ static int set_socket_nonblocking(thread_args* args) {
   return 0;
 }
 
-static int do_nothing(thread_args* args) { return 0; }
+static int do_nothing(thread_args* /*args*/) { return 0; }
 
 #ifdef __linux__
 /* Special case for epoll, where we need to create the fd ahead of time. */