mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
Silence a couple of warnings
This commit is contained in:
@@ -59,7 +59,7 @@ void RowLoader::triggerRowCountDetermination(int token)
|
||||
if(nrows >= 0)
|
||||
emit rowCountComplete(token, nrows);
|
||||
|
||||
std::lock_guard<std::mutex> lk(m);
|
||||
std::lock_guard<std::mutex> lk2(m);
|
||||
nosync_taskDone();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user