From dc74346f263ca9912b3ef764006de9878d066d5d Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Tue, 23 May 2017 12:52:16 -0700 Subject: [PATCH] Fix compiler warning with clang. --- src/iperf_sctp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iperf_sctp.c b/src/iperf_sctp.c index c3b782a..cc10919 100644 --- a/src/iperf_sctp.c +++ b/src/iperf_sctp.c @@ -321,7 +321,7 @@ iperf_sctp_connect(struct iperf_test *test) i_errno = IESETMSS; return -1; } -#endif HAVE_STRUCT_SCTP_ASSOC_VALUE +#endif /* HAVE_STRUCT_SCTP_ASSOC_VALUE */ } if (test->settings->num_ostreams > 0) {