mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Silence 2 gcc4 warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9838 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e187e01e36
commit
f376eb576d
1 changed files with 3 additions and 1 deletions
|
@ -350,7 +350,9 @@ static bool spawn_option(Sudoku* sud, Stats* stats, const Options* options,
|
|||
static bool solve(Sudoku* sud, Stats* stats, const Options* options)
|
||||
{
|
||||
while (true){
|
||||
int x, y, i, num;
|
||||
int x = 0;
|
||||
int y = 0;
|
||||
int i, num;
|
||||
int places[SIZE];
|
||||
|
||||
if (scan(sud, &x, &y, &num, places)){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue