fix gcc-8 / g++-8 build

This commit is contained in:
DeckerSU
2019-01-26 03:09:54 +03:00
parent 7598204bf9
commit a6e7da55e2
3 changed files with 4 additions and 3 deletions

View File

@@ -86,6 +86,7 @@ class CVerusHashV2
result = buf2;
curPos = 0;
std::fill(buf1, buf1 + sizeof(buf1), 0);
return *this;
}
int64_t *ExtraI64Ptr() { return (int64_t *)(curBuf + 32); }