mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
changed wrong pvs suppression code
This commit is contained in:
parent
b40204a360
commit
f505549b43
@ -1222,8 +1222,8 @@ void Context::setCurrentQueryId(const String & query_id)
|
||||
} words;
|
||||
} random;
|
||||
|
||||
random.words.a = thread_local_rng(); //-V654
|
||||
random.words.b = thread_local_rng(); //-V654
|
||||
random.words.a = thread_local_rng(); //-V656
|
||||
random.words.b = thread_local_rng(); //-V656
|
||||
|
||||
/// Use protected constructor.
|
||||
struct qUUID : Poco::UUID
|
||||
|
Loading…
Reference in New Issue
Block a user