remove some warnings
This commit is contained in:
@@ -124,7 +124,8 @@ static int loadCurrentDemoEntry(const char* startFileName)
|
||||
FILE* f = fopen(startFileName,"r");
|
||||
if (f)
|
||||
{
|
||||
fscanf(f,"%d",¤tEntry);
|
||||
int result;
|
||||
result = fscanf(f,"%d",¤tEntry);
|
||||
fclose(f);
|
||||
}
|
||||
return currentEntry;
|
||||
|
||||
Reference in New Issue
Block a user