aboutsummaryrefslogtreecommitdiff
path: root/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/3-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/3-1.c')
-rw-r--r--testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/3-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/3-1.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/3-1.c
index 976d7f5ec..d35779510 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/3-1.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/3-1.c
@@ -23,7 +23,7 @@
#define NUM_THREADS 5
-void *a_thread_func(void *attr)
+void *a_thread_func(void *attr LTP_ATTRIBUTE_UNUSED)
{
pthread_exit(NULL);
return NULL;