From: Eric S. Raymond Date: Mon, 26 Jun 2017 16:15:55 +0000 (-0400) Subject: Squash a compiler warning. X-Git-Tag: 1.1~103 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=fe46e5ab0c1ec9f9a1d7954b63422e15fe623e58 Squash a compiler warning. --- diff --git a/main.c b/main.c index a8fbfc3..66ad247 100644 --- a/main.c +++ b/main.c @@ -417,7 +417,7 @@ static bool dwarfmove(void) if (game.dloc[i] == 0) continue; /* Fill tk array with all the places this dwarf might go. */ - int j = 1; + unsigned int j = 1; kk = TKEY[game.dloc[i]]; if (kk != 0) do {