Re: [opensc-devel] opensc code warning in card-flex.c

2006-11-22 Thread Andreas Jellinghaus
Nils Larsch wrote: btw: which compiler did you use ? the real compiler is gcc 4.1, but I'm using sparse to find additional warnings/errors. see http://kernel.org/pub/linux/kernel/people/josh/sparse/ sparse will first parse the file itself and print warnings/errors and then call the real compil

Re: [opensc-devel] opensc code warning in card-flex.c

2006-11-22 Thread Nils Larsch
Chaskiel M Grundman wrote: --On Friday, November 17, 2006 10:38:34 AM +0100 Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: no idea what the code meant to do, so not sure if this is a bug / how to fix it. maybe someone can have a look? btw: which compiler did you use ? Lose the '*'. Chang

Re: [opensc-devel] opensc code warning in card-flex.c

2006-11-17 Thread Chaskiel M Grundman
--On Friday, November 17, 2006 10:38:34 AM +0100 Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: no idea what the code meant to do, so not sure if this is a bug / how to fix it. maybe someone can have a look? Lose the '*'. Change it to just p++; or, remove the statement entirely, and put the

Re: [opensc-devel] opensc code warning in card-flex.c

2006-11-17 Thread Ludovic Rousseau
On 17/11/06, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: card-flex.c: In function 'cyberflex_process_file_attrs': card-flex.c:419: warning: value computed is not used no idea what the code meant to do, so not sure if this is a bug / how to fix it. maybe someone can have a look? It looks lik

[opensc-devel] opensc code warning in card-flex.c

2006-11-17 Thread Andreas Jellinghaus
card-flex.c: In function 'cyberflex_process_file_attrs': card-flex.c:419: warning: value computed is not used no idea what the code meant to do, so not sure if this is a bug / how to fix it. maybe someone can have a look? Andreas ___ opensc-devel maili