mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 09:37:34 -05:00
Fix various small compiler warnings, mostly unused local variables
[originally from svn r1218]
This commit is contained in:
@ -81,7 +81,7 @@ static void gprefs(void *sesskey, char *name, char *def,
|
||||
} while (n < nvals);
|
||||
/* Add any missing values (backward compatibility ect). */
|
||||
{
|
||||
int i, j;
|
||||
int i;
|
||||
for (i = 0; i < nvals; i++) {
|
||||
if (!(seen & 1<<mapping[i].v)) {
|
||||
array[n] = mapping[i].v;
|
||||
|
Reference in New Issue
Block a user