mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-25 16:18:22 -04:00
uninitialized variable: size
[libretroshare/src/file_sharing/hash_cache.cc:182]: (error) Uninitialized variable: size Found by https://github.com/bryongloden/cppcheck
This commit is contained in:
parent
a75115585b
commit
9ae05112be
@ -76,7 +76,7 @@ void HashStorage::data_tick()
|
||||
{
|
||||
FileHashJob job;
|
||||
RsFileHash hash;
|
||||
uint64_t size ;
|
||||
uint64_t size = 0;
|
||||
|
||||
{
|
||||
bool empty ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user