leaf-potato opened a new issue, #1988: URL: https://github.com/apache/incubator-brpc/issues/1988
**Describe the bug (描述bug)** 在`src/butil/iobuf.cpp:144`的警告信息中英文标点错误: ```cpp #else // ARCH_CPU_X86_64 #warning "We don't check if the kernel supports SYS_preadv or SYS_pwritev on non-X86_64, use impl. on pread/pwrite directly" ``` **To Reproduce (复现方法)** 查看代码文件的对应位置 **Expected behavior (期望行为)** 应该是`use impl on pread/pwrite directly.` 而不是`use impl. on pread/pwrite directly` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
