mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fixed set but unused variable bugs
This commit is contained in:
parent
14442d2be0
commit
816bee1fa0
23 changed files with 84 additions and 80 deletions
|
@ -81,10 +81,9 @@ test_timegm (void)
|
|||
|
||||
};
|
||||
int tidx;
|
||||
time_t now, atime, counter;
|
||||
time_t now, atime;
|
||||
struct tm tbuf, tbuf2, *tp;
|
||||
|
||||
counter = 0;
|
||||
for (tidx=0; tidx < DIM (tvalues); tidx++)
|
||||
{
|
||||
if (tvalues[tidx].year == -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue