Compile warning
This commit is contained in:
parent
754062d5ed
commit
8c7b097550
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ int SaveReplay(const std::string &filename)
|
|||
delete[] buf;
|
||||
return -1;
|
||||
}
|
||||
fread(buf, sb.st_size, 1, fd);
|
||||
(void)fread(buf, sb.st_size, 1, fd);
|
||||
fclose(fd);
|
||||
|
||||
fd = fopen(destination.c_str(), "wb");
|
||||
|
|
Loading…
Add table
Reference in a new issue