1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 04:22:47 -05:00

Having now compiled the last few days' changes with MSVC, it's turned

up a bunch of warnings, mostly unused variables. All fixed.

[originally from svn r1058]
This commit is contained in:
Simon Tatham
2001-04-17 08:24:29 +00:00
parent 5279229ad3
commit 3abea3d4ea
6 changed files with 20 additions and 21 deletions

View File

@ -572,7 +572,6 @@ static void *delpos234_internal(tree234 *t, int index) {
LOG(("deleting item %d from tree %p\n", index, t));
while (1) {
while (n) {
int c;
int ki;
node234 *sub;