aboutsummaryrefslogtreecommitdiff
path: root/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/5-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/5-3.c')
-rw-r--r--testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/5-3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/5-3.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/5-3.c
index 02b597387..43d699762 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/5-3.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/5-3.c
@@ -95,7 +95,7 @@ int main(void)
* f1()
*
* *************************/
-void *f1(void *parm)
+void *f1(void *parm LTP_ATTRIBUTE_UNUSED)
{
struct timespec timeout;