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

lorinlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 67fe2bbb fix compile warning
     new 4a208a22 Merge pull request #2274 from cdjingit/fix_cdj
67fe2bbb is described below

commit 67fe2bbbcb4107cd6abb9908f0cecccca4adc9c8
Author: cdjingit <642580...@qq.com>
AuthorDate: Mon Jun 12 16:43:57 2023 +0800

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

diff --git a/src/bvar/collector.h b/src/bvar/collector.h
index a334f5da..56db7214 100644
--- a/src/bvar/collector.h
+++ b/src/bvar/collector.h
@@ -47,6 +47,7 @@ class Collected;
 // For processing samples in batch before dumping.
 class CollectorPreprocessor {
 public:
+    virtual ~CollectorPreprocessor() = default;
     virtual void process(std::vector<Collected*>& samples) = 0;
 };
 


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

Reply via email to