From 4cc04f874210f71eca316893bdea01fc03b1b645 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 17 Mar 2016 08:56:20 -0700 Subject: Upgrade windows to the fixed posix port server code --- test/core/util/port_posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/util/port_posix.c') diff --git a/test/core/util/port_posix.c b/test/core/util/port_posix.c index 4c10805ef1..5c0b2717cb 100644 --- a/test/core/util/port_posix.c +++ b/test/core/util/port_posix.c @@ -67,7 +67,7 @@ static int has_port_been_chosen(int port) { return 0; } -static void free_chosen_ports() { +static void free_chosen_ports(void) { char *env = gpr_getenv("GRPC_TEST_PORT_SERVER"); if (env != NULL) { size_t i; -- cgit v1.2.3