From 8bb2ecb06d7e994b4b5c94af831fb02c465ecb49 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 2 May 2007 11:29:37 +0000 Subject: PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1242 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/src/pjlib-test/errno.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pjlib/src/pjlib-test') diff --git a/pjlib/src/pjlib-test/errno.c b/pjlib/src/pjlib-test/errno.c index fd06af35..33378fea 100644 --- a/pjlib/src/pjlib-test/errno.c +++ b/pjlib/src/pjlib-test/errno.c @@ -70,11 +70,13 @@ const char *my_stristr(const char *whole, const char *part) int errno_test(void) { enum { CUT = 6 }; - pj_status_t rc; + pj_status_t rc = 0; char errbuf[256]; PJ_LOG(3,(THIS_FILE, "...errno test: check the msg carefully")); + PJ_UNUSED_ARG(rc); + /* * Windows platform error. */ -- cgit v1.2.3