aboutsummaryrefslogtreecommitdiff
path: root/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/2-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/pthread_rwlock_timedrdlock/2-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/pthread_rwlock_timedrdlock/2-1.c')
-rw-r--r--testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/2-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/2-1.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/2-1.c
index 55f7827c1..4f703a43a 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/2-1.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/2-1.c
@@ -45,7 +45,7 @@ static int thread_state;
static time_t currsec1, currsec2;
static int expired;
-static void *fn_rd(void *arg)
+static void *fn_rd(void *arg LTP_ATTRIBUTE_UNUSED)
{
struct timespec abs_timeout;
int rc;