mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-30 15:56:04 +02:00
Merge pull request #409 from redboltz/fix_wshadow
Fixed -Wshadow warning.
This commit is contained in:
commit
79222b65a3
@ -255,7 +255,7 @@ struct object_kv {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct object::with_zone : object {
|
struct object::with_zone : object {
|
||||||
with_zone(msgpack::zone& zone) : zone(zone) { }
|
with_zone(msgpack::zone& z) : zone(z) { }
|
||||||
msgpack::zone& zone;
|
msgpack::zone& zone;
|
||||||
private:
|
private:
|
||||||
with_zone();
|
with_zone();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user