changed wrong pvs suppression code

This commit is contained in:
filimonov 2019-09-06 14:46:42 +02:00 committed by GitHub
parent b40204a360
commit f505549b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1222,8 +1222,8 @@ void Context::setCurrentQueryId(const String & query_id)
} words; } words;
} random; } random;
random.words.a = thread_local_rng(); //-V654 random.words.a = thread_local_rng(); //-V656
random.words.b = thread_local_rng(); //-V654 random.words.b = thread_local_rng(); //-V656
/// Use protected constructor. /// Use protected constructor.
struct qUUID : Poco::UUID struct qUUID : Poco::UUID