Skip to content

Commit 097a950

Browse files
committed
Updates
1 parent f408b90 commit 097a950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Core/ParallelUtilities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ inline unsigned estimateTotalCost(const BinaryContext &BC,
102102

103103
} // namespace
104104

105-
ThreadPoolInterface &getThreadPool(const int ThreadsCount) {
105+
ThreadPoolInterface &getThreadPool(const unsigned int ThreadsCount) {
106106
if (ThreadPoolPtr.get())
107107
return *ThreadPoolPtr;
108108

0 commit comments

Comments
 (0)