summaryrefslogtreecommitdiff
path: root/pjnath/src/pjnath-test/concur_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjnath/src/pjnath-test/concur_test.c')
-rw-r--r--pjnath/src/pjnath-test/concur_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjnath/src/pjnath-test/concur_test.c b/pjnath/src/pjnath-test/concur_test.c
index f04cdff9..c3013d2a 100644
--- a/pjnath/src/pjnath-test/concur_test.c
+++ b/pjnath/src/pjnath-test/concur_test.c
@@ -288,6 +288,7 @@ static int stun_destroy_test(void)
0, 0, &test_sess.worker_threads[i]);
pj_assert(status == PJ_SUCCESS);
}
+ PJ_UNUSED_ARG(status);
/* Test 1: Main thread calls destroy while callback is processing response */
PJ_LOG(3,(THIS_FILE, " Destroy in main thread while callback is running"));