msvc: updated code for higher warning level

This commit is contained in:
itsmattkc
2020-01-24 12:00:55 +11:00
parent 66ad2749af
commit 149d125e39
5 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -137,8 +137,8 @@ void DiskManager::CreatedFile(const QString &file_name, const QByteArray &hash)
lock_.unlock();
foreach (const QByteArray& hash, deleted_hashes) {
emit DeletedFrame(hash);
foreach (const QByteArray& h, deleted_hashes) {
emit DeletedFrame(h);
}
}