We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f935a16 commit a426a65Copy full SHA for a426a65
3rdparty/tbb/arm_linux_stub.cpp
@@ -3,8 +3,9 @@
3
namespace tbb {
4
namespace internal {
5
6
-void affinity_helper::protect_affinity_mask() {}
+void affinity_helper::protect_affinity_mask(bool) {}
7
affinity_helper::~affinity_helper() {}
8
+void destroy_process_mask() {}
9
10
}
11
0 commit comments