gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-41


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-414-gefa9922
Date: Sun, 11 Nov 2012 13:34:35 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  efa9922754ba218424d27454cab080b6e5b2a0be (commit)
      from  2450a4fa8d8dd5057948cbd724e62f90307b70f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=efa9922754ba218424d27454cab080b6e5b2a0be


commit efa9922754ba218424d27454cab080b6e5b2a0be
Author: Daniele Forsi <address@hidden>
Date:   Sun Nov 11 14:26:01 2012 +0100

    The nconv variable is needed only when HAVE_ICONV is defined
    
    Fixes (when HAVE_ICONV isn't defined):
    ./common/gsm-encoding.c: In function 'utf8_encode':
    ./common/gsm-encoding.c:1295:9: warning: variable 'nconv' set but not used 
[-Wunused-but-set-variable]

diff --git a/common/gsm-encoding.c b/common/gsm-encoding.c
index 627854c..eee75a7 100644
--- a/common/gsm-encoding.c
+++ b/common/gsm-encoding.c
@@ -1292,10 +1292,8 @@ int utf8_encode(char *outstring, int outlen, const char 
*instring, int inlen)
        *pout = 0;
        iconv_close(cd);
 #else
-       size_t nconv;
        unsigned char *pin, *pout;
 
-       nconv = 0;
        pin = (unsigned char *)instring;
        pout = outstring;
 

-----------------------------------------------------------------------

Summary of changes:
 common/gsm-encoding.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]