提交 f04a2a5f 编写于 作者: A Alexey Milovidov

Fixed Darwin build

上级 56870c6b
...@@ -104,6 +104,8 @@ void LazyPipeFDs::tryIncreaseSize(int desired_size) ...@@ -104,6 +104,8 @@ void LazyPipeFDs::tryIncreaseSize(int desired_size)
LOG_TRACE(log, "Pipe capacity is " << formatReadableSizeWithBinarySuffix(std::min(pipe_size, desired_size))); LOG_TRACE(log, "Pipe capacity is " << formatReadableSizeWithBinarySuffix(std::min(pipe_size, desired_size)));
} }
#else
(void)desired_size;
#endif #endif
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册