From 19876d4d3296c6cb7b3e573bdfcc8fedf0072ac3 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Thu, 23 Jan 2014 08:09:29 +0000 Subject: Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4712 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/src/pjlib-test/test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pjlib') diff --git a/pjlib/src/pjlib-test/test.c b/pjlib/src/pjlib-test/test.c index c6a02990..94d77bfb 100644 --- a/pjlib/src/pjlib-test/test.c +++ b/pjlib/src/pjlib-test/test.c @@ -215,10 +215,9 @@ on_return: int test_main(void) { - int i; PJ_USE_EXCEPTION; - i = pj_AF_INET(); + pj_AF_INET(); PJ_TRY { return test_inner(); -- cgit v1.2.3