From 7f6d0b297a7f5ffba50452f3e10ea83d999031e6 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 21 Oct 2007 11:51:05 +0000 Subject: Added dummy symbol in PJLIB's ctype.c to avoid linker warning about empty translation unit (thanks Jim Gomes) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1516 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/src/pj/ctype.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pjlib/src/pj/ctype.c') diff --git a/pjlib/src/pj/ctype.c b/pjlib/src/pj/ctype.c index 25a2e4df..3716bff2 100644 --- a/pjlib/src/pj/ctype.c +++ b/pjlib/src/pj/ctype.c @@ -22,3 +22,6 @@ char pj_hex_digits[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' }; */ + +int pjlib_ctype_c_dummy_symbol; + -- cgit v1.2.3