This is an automated email from the ASF dual-hosted git repository.

jiashunzhu 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 496a2b7b fix compile warning
     new 5042ce3f Merge pull request #1905 from ml-haha/master
496a2b7b is described below

commit 496a2b7bfde46261e8a571206e5f7678b1f2a06a
Author: sven <weiguod...@genew.com>
AuthorDate: Wed Aug 24 21:51:14 2022 +0800

    fix compile warning
---
 src/bvar/mvariable.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bvar/mvariable.h b/src/bvar/mvariable.h
index fd632bc4..06f8a5d1 100644
--- a/src/bvar/mvariable.h
+++ b/src/bvar/mvariable.h
@@ -30,7 +30,7 @@
 namespace bvar {
 
 class Dumper;
-class DumpOptions;
+struct DumpOptions;
 
 class MVariable {
 public:


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to