Compile warning

This commit is contained in:
Pali Rohár 2010-07-14 13:30:28 +02:00
parent 754062d5ed
commit 8c7b097550

View file

@ -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");