aboutsummaryrefslogtreecommitdiff
path: root/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/2-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/2-1.c')
-rw-r--r--testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/2-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/2-1.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/2-1.c
index 5565e0cf5..22e4aae94 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/2-1.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/2-1.c
@@ -28,7 +28,7 @@ struct testdata {
static int start_num;
static int waken_num;
-static void *thr_func(void *arg)
+static void *thr_func(void *arg LTP_ATTRIBUTE_UNUSED)
{
int rc;
pthread_t self = pthread_self();