aboutsummaryrefslogtreecommitdiff
path: root/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/21-1.c
diff options
context:
space:
mode:
authorEnji Cooper <yaneurabeya@gmail.com>2019-01-20 10:40:38 -0800
committerngie-eign <1574099+ngie-eign@users.noreply.github.com>2019-01-20 16:16:36 -0800
commit38bccd7fd0f30438182f7638f5a151f2cd96e0fc (patch)
tree8a801e607298b57cae84402751d65ecec2dd6375 /testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/21-1.c
parent434f7c3a48a8a9d926626500a35f4a7eab32d598 (diff)
downloadltp-38bccd7fd0f30438182f7638f5a151f2cd96e0fc.tar.gz
Sprinkle `LTP_ATTRIBUTE_UNUSED` macro on unused vars/params
This fixes `-Wunused` issues. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
Diffstat (limited to 'testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/21-1.c')
-rw-r--r--testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/21-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/21-1.c b/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/21-1.c
index 9ef83198e..7382b4945 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/21-1.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/21-1.c
@@ -19,7 +19,7 @@
#include <errno.h>
#include "posixtest.h"
-void *runner(void *arg)
+void *runner(void *arg LTP_ATTRIBUTE_UNUSED)
{
while (1)