aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/port_posix.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2016-03-17 08:56:20 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2016-03-17 08:56:20 -0700
commit4cc04f874210f71eca316893bdea01fc03b1b645 (patch)
treedad27559855930ef50acc2ec7b7f22ac2b599a91 /test/core/util/port_posix.c
parent29346aa54fd50b22365fc77fdb393e942ce7a5ad (diff)
Upgrade windows to the fixed posix port server code
Diffstat (limited to 'test/core/util/port_posix.c')
-rw-r--r--test/core/util/port_posix.c2
1 files changed, 1 insertions, 1 deletions
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;