tests: Fix -Wformat gcc warning
authorAnoop C S <anoopcs@redhat.com>
Tue, 28 Aug 2018 16:41:31 +0000 (22:11 +0530)
committerAndreas Schneider <asn@samba.org>
Tue, 23 Oct 2018 13:39:01 +0000 (15:39 +0200)
commit3d340c30517b90853318fe60ec239bf2bf789931
tree1368163a946b4852d0430bbf28d003aa17f68fed
parent702f2fb52f90273b86ef6d1f117814bd08fcc542
tests: Fix -Wformat gcc warning

test_fork_thread_deadlock.c:48:25: warning: format ‘%d’ expects argument
    of type ‘int’, but argument 3 has type ‘pid_t {aka long int}’ [-Wformat=]

Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
tests/test_fork_thread_deadlock.c