Skip to content

Commit 90098c5

Browse files
committed
fix compile error
1 parent cc80eac commit 90098c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/hello_test.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Hello : public myframe::Actor {
1616
public:
1717
/* actor模块加载完毕后调用 */
1818
int Init(const char* param) override {
19+
(void)param;
1920
/* 构造 hello,world 消息发送给自己 */
2021
auto mailbox = GetMailbox();
2122
mailbox->Send(

0 commit comments

Comments
 (0)