提交 1730874c 编写于 作者: Z zhkag 提交者: guo

简单赋值防止数据被优化

上级 a15a5b19
......@@ -127,6 +127,7 @@ mqd_t mq_open(const char *name, int oflag, ...)
mode = (mode_t)va_arg(arg, unsigned int);
mode = mode;
attr = (struct mq_attr *)va_arg(arg, struct mq_attr *);
attr = attr;
va_end(arg);
if (oflag & O_EXCL)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册