mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 22:50:19 +02:00
Fixed -Wextra warnings on gcc.
This commit is contained in:
@@ -175,7 +175,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void on_message(msgpack::object obj, msgpack::unique_ptr<msgpack::zone> z)
|
||||
void on_message(msgpack::object obj, msgpack::unique_ptr<msgpack::zone>)
|
||||
{
|
||||
EXPECT_EQ(expect, obj.as<int>());
|
||||
}
|
||||
@@ -283,7 +283,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void on_message(msgpack::object obj, msgpack::unique_ptr<msgpack::zone> z)
|
||||
void on_message(msgpack::object obj, msgpack::unique_ptr<msgpack::zone>)
|
||||
{
|
||||
EXPECT_EQ(expect, obj.as<int>());
|
||||
}
|
||||
|
Reference in New Issue
Block a user