File | Severity | Checker name | Message | Bug path length | Review status | |
---|---|---|---|---|---|---|
1 | /usr/include/c++/9/bits/atomic_base.h @ Line 207 | deadcode.DeadStores | Value stored to '__b' during its initialization is never read | 1 | ||
2 | /usr/include/c++/9/bits/atomic_base.h @ Line 218 | deadcode.DeadStores | Value stored to '__b' during its initialization is never read | 1 | ||
3 | build/src/imports/qmlwebsockets/.rcc/qrc_qmake_QtWebSockets.cpp @ Line 111 | cppcoreguidelines-special-member-functions | class 'initializer' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
4 | build/src/imports/qmlwebsockets/qmlwebsockets_autogen/EWIEGA46WW/moc_qqmlwebsocket.cpp @ Line 174 | performance-move-const-arg | std::move of the variable '_r' of the trivially-copyable type 'qint64' (aka 'long long') has no effect; remove std::move() | 1 | ||
5 | build/src/imports/qmlwebsockets/qmlwebsockets_autogen/EWIEGA46WW/moc_qqmlwebsocket.cpp @ Line 176 | performance-move-const-arg | std::move of the variable '_r' of the trivially-copyable type 'qint64' (aka 'long long') has no effect; remove std::move() | 1 | ||
6 | build/src/websockets/WebSockets_autogen/EWIEGA46WW/moc_qwebsocketdataprocessor_p.cpp @ Line 129 | performance-move-const-arg | std::move of the variable '_r' of the trivially-copyable type 'bool' has no effect; remove std::move() | 1 | ||
7 | src/websockets/qwebsocket_p.h @ Line 84 | cppcoreguidelines-special-member-functions | class 'QWebSocketConfiguration' defines a copy constructor and a copy assignment operator but does not define a destructor | 1 | ||
8 | src/websockets/qwebsocketcorsauthenticator_p.h @ Line 57 | cppcoreguidelines-special-member-functions | class 'QWebSocketCorsAuthenticatorPrivate' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator | 1 |