We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc80eac commit 90098c5Copy full SHA for 90098c5
test/hello_test.cpp
@@ -16,6 +16,7 @@ class Hello : public myframe::Actor {
16
public:
17
/* actor模块加载完毕后调用 */
18
int Init(const char* param) override {
19
+ (void)param;
20
/* 构造 hello,world 消息发送给自己 */
21
auto mailbox = GetMailbox();
22
mailbox->Send(
0 commit comments