aboutsummaryrefslogtreecommitdiff
path: root/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/1-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/1-3.c')
-rw-r--r--testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/1-3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/1-3.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/1-3.c
index 6e0d4f517..16eb3c7a8 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/1-3.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/1-3.c
@@ -34,7 +34,7 @@ int policy_correct = -1;
int priority_correct = -1;
/* Thread function which checks the scheduler settings for itself */
-void *thread(void *tmp)
+void *thread(void *tmp LTP_ATTRIBUTE_UNUSED)
{
struct sched_param param;
int policy;