Skip to content

Commit fd7e516

Browse files
committed
Merge pull request opencv#8844 from mshabunin:fix-arm-tbb
2 parents 31c7966 + a426a65 commit fd7e516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

3rdparty/tbb/arm_linux_stub.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
namespace tbb {
44
namespace internal {
55

6-
void affinity_helper::protect_affinity_mask() {}
6+
void affinity_helper::protect_affinity_mask(bool) {}
77
affinity_helper::~affinity_helper() {}
8+
void destroy_process_mask() {}
89

910
}
1011
}

0 commit comments

Comments
 (0)