summaryrefslogtreecommitdiff
path: root/pjlib-util/src
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-07 19:01:58 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-07 19:01:58 +0000
commitf155e2912011717b2f88a91fe15da93f4d0b0078 (patch)
tree38249b0e2fe2da4ccb1bc3357f8c53458e0207c8 /pjlib-util/src
parent813cd5ef6791ddf9778ca61c08ce19f48202b3bc (diff)
Fixed Makefile and warnings in cygwin/mingw
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@142 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib-util/src')
-rw-r--r--pjlib-util/src/pjlib-util/scanner.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pjlib-util/src/pjlib-util/scanner.c b/pjlib-util/src/pjlib-util/scanner.c
index 0c6899ba..0447377a 100644
--- a/pjlib-util/src/pjlib-util/scanner.c
+++ b/pjlib-util/src/pjlib-util/scanner.c
@@ -483,8 +483,6 @@ PJ_DEF(void) pj_scan_get_until_chr( pj_scanner *scanner,
PJ_DEF(void) pj_scan_advance_n( pj_scanner *scanner,
unsigned N, pj_bool_t skip_ws)
{
- char *start = scanner->curptr;
-
if (scanner->curptr + N > scanner->end) {
pj_scan_syntax_err(scanner);
return;