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-46


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-460-g76368b7
Date: Mon, 15 Apr 2013 15:23:13 +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  76368b70314607394b7ccc4d9ae3924fdd54511f (commit)
      from  728c18f8100be453f267d7a70b693b81d189cc6b (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=76368b70314607394b7ccc4d9ae3924fdd54511f


commit 76368b70314607394b7ccc4d9ae3924fdd54511f
Author: Daniele Forsi <address@hidden>
Date:   Mon Apr 15 15:23:47 2013 +0200

    Remove redundant initialization
    
    Fixes error found with scan-build at line 946:
    Value stored to 'status' is never read

diff --git a/common/data/at-emulator.c b/common/data/at-emulator.c
index eb4e620..c43dbb0 100644
--- a/common/data/at-emulator.c
+++ b/common/data/at-emulator.c
@@ -943,7 +943,6 @@ bool        gn_atem_command_plusc(char **buf)
        /* AT+CMGL is listing messages */
        if (strncasecmp(*buf, "MGL", 3) == 0) {
                buf[0] += 3;
-               status = -1;
 
                switch (**buf) {
                case 0:

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

Summary of changes:
 common/data/at-emulator.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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