mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Address compiler warnings
This commit is contained in:
@@ -231,7 +231,7 @@ namespace IfcGeom {
|
||||
|
||||
task_result_index_ = 0;
|
||||
done = 0;
|
||||
total = tasks_.size();
|
||||
total = (int) tasks_.size();
|
||||
|
||||
if (num_threads_ != 1) {
|
||||
init_future_ = std::async(std::launch::async, [this]() { process_concurrently(); });
|
||||
|
||||
Reference in New Issue
Block a user