diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-08-07 08:01:51 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-08-07 08:01:51 +0000 |
| commit | 6c3916f77e213f6aa0c5d06df979ccf28a3999d4 (patch) | |
| tree | 8bc08416136e79975d116faa36b2acbe5bc6c11e | |
| parent | a42b11add35eb1986ff2db7817221ace550a8480 (diff) | |
| download | puzzles-6c3916f77e213f6aa0c5d06df979ccf28a3999d4.zip puzzles-6c3916f77e213f6aa0c5d06df979ccf28a3999d4.tar.gz puzzles-6c3916f77e213f6aa0c5d06df979ccf28a3999d4.tar.bz2 puzzles-6c3916f77e213f6aa0c5d06df979ccf28a3999d4.tar.xz | |
Placate optimiser.
[originally from svn r6171]
| -rw-r--r-- | slant.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |