This is an automated email from the ASF dual-hosted git repository.
wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
The following commit(s) were added to refs/heads/master by this push:
new c4975503 fix warning message error (#1989)
c4975503 is described below
commit c49755032777900f13520b163c0938358728c76e
Author: Ran Miller <[email protected]>
AuthorDate: Mon Nov 14 10:21:14 2022 +0800
fix warning message error (#1989)
---
src/butil/iobuf.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/butil/iobuf.cpp b/src/butil/iobuf.cpp
index 214c7663..b637700a 100644
--- a/src/butil/iobuf.cpp
+++ b/src/butil/iobuf.cpp
@@ -141,7 +141,7 @@ inline iov_function get_pwritev_func() {
#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"
+#warning "We don't check if the kernel supports SYS_preadv or SYS_pwritev on
non-X86_64, use impl on pread/pwrite directly."
inline iov_function get_preadv_func() {
return user_preadv;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]