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 ca6487e commit 4c40c1eCopy full SHA for 4c40c1e
src/vsg/threading/Affinity.cpp
@@ -98,7 +98,7 @@ void vsg::setAffinity(const Affinity& affinity)
98
macos_setAffinity(pthread_self(), affinity);
99
}
100
101
-#elif defined(__ANDROID__) || defined(__CYGWIN__)|| defined(__OHOS__)
+#elif defined(__ANDROID__) || defined(__CYGWIN__) || defined(__OHOS__)
102
103
void vsg::setAffinity(std::thread&, const Affinity&)
104
{
0 commit comments