mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 16:52:14 +00:00
Avoid -Wshadow warning in test_tagging.cpp
This commit is contained in:
@@ -21,9 +21,9 @@ public:
|
||||
, state(0)
|
||||
{}
|
||||
|
||||
explicit object(int state)
|
||||
explicit object(int st)
|
||||
: tag(boost::uuids::random_generator()())
|
||||
, state(state)
|
||||
, state(st)
|
||||
{}
|
||||
|
||||
object(object const& rhs)
|
||||
|
||||
Reference in New Issue
Block a user