aboutsummaryrefslogtreecommitdiff
path: root/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/5-3.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_mutex_timedlock/5-3.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_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;