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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-392-g1bf88ca
Date: Sat, 24 Mar 2012 11:32:28 +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  1bf88cade2fb0e7b7bb882ea5d1e64c27a341024 (commit)
      from  5a87078af838afdd9a9c04bdadd38acc07a0f36b (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=1bf88cade2fb0e7b7bb882ea5d1e64c27a341024


commit 1bf88cade2fb0e7b7bb882ea5d1e64c27a341024
Author: Daniele Forsi <address@hidden>
Date:   Sat Mar 24 12:30:38 2012 +0100

    Remove unused variables after code removal in previous commit
    
    Fixes:
    ../../../gnokii/common/phones/nk7110.c: In function 
‘NK7110_IncomingPhonebook’:
    ../../../gnokii/common/phones/nk7110.c:668: warning: unused variable 
‘memtype_req’
    ../../../gnokii/common/phones/nk6510.c: In function 
‘NK6510_IncomingPhonebook’:
    ../../../gnokii/common/phones/nk6510.c:2718: warning: unused variable 
‘memtype’

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index 4275ae6..f290c90 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -2715,7 +2715,6 @@ out:
 static gn_error NK6510_IncomingPhonebook(int messagetype, unsigned char 
*message, int length, gn_data *data, struct gn_statemachine *state)
 {
        unsigned char blocks;
-       int memtype;
        char *req = state->last_msg;
 
        switch (message[3]) {
diff --git a/common/phones/nk7110.c b/common/phones/nk7110.c
index 8ed278c..09a5ab6 100644
--- a/common/phones/nk7110.c
+++ b/common/phones/nk7110.c
@@ -665,7 +665,7 @@ static gn_error NK7110_IncomingPhonebook(int messagetype, 
unsigned char *message
        nk7110_driver_instance *drvinst = DRVINSTANCE(state);
        unsigned char *blockstart;
        unsigned char blocks;
-       int memtype, location, memtype_req;
+       int memtype, location;
 
        switch (message[3]) {
        case 0x04:  /* Get status response */

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

Summary of changes:
 common/phones/nk6510.c |    1 -
 common/phones/nk7110.c |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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