提交 8285924c 编写于 作者: A Alexander Alekhin

ts: eliminate build warning '-Wself-assign'

上级 c9fe7026
......@@ -71,7 +71,7 @@ static void setCurrentThreadAffinityMask(int mask)
if (syscallres)
{
int err=errno;
err=err;//to avoid warnings about unused variables
CV_UNUSED(err);
LOGE("Error in the syscall setaffinity: mask=%d=0x%x err=%d=0x%x", mask, mask, err, err);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册