Placate optimiser.

[originally from svn r6171]
This commit is contained in:
Simon Tatham
2005-08-07 08:01:51 +00:00
parent a42b11add3
commit 6c3916f77e

View File

@ -1908,6 +1908,7 @@ int main(int argc, char **argv)
* user with Hard-level deductions. For this reason, we grade
* the puzzle internally before doing anything else.
*/
ret = -1; /* placate optimiser */
for (diff = 0; diff < DIFFCOUNT; diff++) {
ret = slant_solve(p->w, p->h, s->clues->clues,
s->soln, sc, diff);