aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/chttp2/stream_map_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/transport/chttp2/stream_map_test.c')
-rw-r--r--test/core/transport/chttp2/stream_map_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core/transport/chttp2/stream_map_test.c b/test/core/transport/chttp2/stream_map_test.c
index 459ef2aede..9b4446f7f8 100644
--- a/test/core/transport/chttp2/stream_map_test.c
+++ b/test/core/transport/chttp2/stream_map_test.c
@@ -38,7 +38,7 @@
#define LOG_TEST() gpr_log(GPR_INFO, "%s", __FUNCTION__)
/* test creation & destruction */
-static void test_no_op() {
+static void test_no_op(void) {
grpc_chttp2_stream_map map;
LOG_TEST();
@@ -48,7 +48,7 @@ static void test_no_op() {
}
/* test lookup on an empty map */
-static void test_empty_find() {
+static void test_empty_find(void) {
grpc_chttp2_stream_map map;
LOG_TEST();
@@ -59,7 +59,7 @@ static void test_empty_find() {
}
/* test it's safe to delete twice */
-static void test_double_deletion() {
+static void test_double_deletion(void) {
grpc_chttp2_stream_map map;
LOG_TEST();