Re: [opensc-devel] Bug in src/tools/piv-tool.c

2011-02-07 Thread Douglas E. Engert
On 2/5/2011 4:31 PM, Ludovic Rousseau wrote: > Hello, > > My compiler (gcc 4.2.1) complains with: > > piv-tool.c: In function ‘main’: > piv-tool.c:347: warning: ‘x’ is used uninitialized in this function > piv-tool.c:335: note: ‘x’ was declared here > piv-tool.c:348: warning: ‘y’ is used uninitia

[opensc-devel] Bug in src/tools/piv-tool.c

2011-02-05 Thread Ludovic Rousseau
Hello, My compiler (gcc 4.2.1) complains with: piv-tool.c: In function ‘main’: piv-tool.c:347: warning: ‘x’ is used uninitialized in this function piv-tool.c:335: note: ‘x’ was declared here piv-tool.c:348: warning: ‘y’ is used uninitialized in this function piv-tool.c:336: note: ‘y’ was declared