2024-04-21 06:28 ftp://ftp.de.debian.org/debian/pool/main/p/pokerth/pokerth_1.1.2.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=boost --library=qt --library=libcurl --library=sdl --library=sqlite3 --library=icu --library=openssl --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j1 platform: Linux-5.15.0-105-generic-x86_64-with-glibc2.35 python: 3.10.12 client-version: 1.3.56 compiler: g++ (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 cppcheck: head 2.13.0 head-info: fb15ac6 (2024-04-20 19:16:41 +0200) count: 2064 TO! elapsed-time: 566.1 1800.2 head-timing-info: old-timing-info: head results: pokerth-1.1.2/src/chatcleaner/badwordcheck.h:42:31: performance: Function parameter 'bw' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/badwordcheck.h:47:40: performance: Function parameter 'bwe' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/capsfloodcheck.cpp:45:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseSensitive [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/capsfloodcheck.cpp:46:5: warning: Return value of function e.indexIn() is not used. [ignoredReturnValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:245:122: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:293:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:335:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:468:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:485:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:505:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:523:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:552:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:569:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:591:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:603:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerconfig.h:69:14: performance:inconclusive: Technically the member function 'CleanerConfig::stringToUtf8' can be static (but you may consider moving to unnamed namespace). [functionStatic] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:609:28: note: Technically the member function 'CleanerConfig::stringToUtf8' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/chatcleaner/cleanerconfig.h:69:14: note: Technically the member function 'CleanerConfig::stringToUtf8' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/chatcleaner/cleanerconfig.h:70:14: performance:inconclusive: Technically the member function 'CleanerConfig::stringFromUtf8' can be static (but you may consider moving to unnamed namespace). [functionStatic] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:618:28: note: Technically the member function 'CleanerConfig::stringFromUtf8' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/chatcleaner/cleanerconfig.h:70:14: note: Technically the member function 'CleanerConfig::stringFromUtf8' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/chatcleaner/cleanerconfig.h:71:14: performance:inconclusive: Technically the member function 'CleanerConfig::getDefaultLanguage' can be static (but you may consider moving to unnamed namespace). [functionStatic] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:625:28: note: Technically the member function 'CleanerConfig::getDefaultLanguage' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/chatcleaner/cleanerconfig.h:71:14: note: Technically the member function 'CleanerConfig::getDefaultLanguage' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/chatcleaner/cleanerconfig.h:49:14: performance: Function 'getConfigFileName()' should return member 'configFileName' by const reference. [returnByReference] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:236:9: style: The scope of the variable 'tempString2' can be reduced. [variableScope] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:460:47: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:476:41: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:497:57: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:514:51: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:544:43: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:560:47: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:560:66: performance: Function parameter 'varCont' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:584:50: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:584:72: performance: Function parameter 'varCont' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:598:46: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:598:62: performance: Function parameter 'varCont' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:236:20: style: Variable 'tempString2' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/chatcleaner/cleanerconfig.cpp:366:22: style: Variable 'tempString2' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/chatcleaner/cleanerserver.cpp:153:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_CleanerInitMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/cleanerserver.cpp:210:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UnconnectedState [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/messagefilter.h:51:2: style: Class 'MessageFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/chatcleaner/cleanerserver.cpp:94:37: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/chatcleaner/cleanerserver.cpp:234:4: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/chatcleaner/cleanerserver.cpp:236:20: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/chatcleaner/messagefilter.cpp:109:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warnLevel [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/messagefilter.cpp:252:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lastKickTimestamp [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/urlcheck.h:42:33: performance: Function parameter 'us' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/urlcheck.h:46:42: performance: Function parameter 'ues' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/messagefilter.cpp:82:92: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/chatcleaner/textfloodcheck.cpp:71:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable timeStamp [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/chatcleaner/textfloodcheck.cpp:100:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable timeStamp [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:389:115: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:476:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:521:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:683:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:701:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:723:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:752:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:769:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:786:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:807:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:821:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/config/configfile.cpp:332:11: style: The scope of the variable 'tempAppDataPath' can be reduced. [variableScope] pokerth-1.1.2/src/config/configfile.cpp:380:9: style: The scope of the variable 'tempString2' can be reduced. [variableScope] pokerth-1.1.2/src/config/configfile.cpp:674:44: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/config/configfile.cpp:691:38: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/config/configfile.cpp:713:48: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/config/configfile.cpp:743:54: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/config/configfile.cpp:760:40: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/config/configfile.cpp:776:44: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/config/configfile.cpp:776:63: performance: Function parameter 'varCont' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/config/configfile.cpp:801:43: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/config/configfile.cpp:801:59: performance: Function parameter 'varCont' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/config/configfile.cpp:814:47: performance: Function parameter 'varName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/config/configfile.cpp:814:69: performance: Function parameter 'varCont' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/config/configfile.cpp:380:20: style: Variable 'tempString2' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/config/configfile.cpp:549:22: style: Variable 'tempString2' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/connectivity.cpp:71:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NET_HEADER_SIZE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/connectivity.cpp:116:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NET_HEADER_SIZE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/connectivity.cpp:145:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/connectivity.cpp:57:22: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/connectivity.cpp:58:24: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/connectivity.cpp:117:5: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/core/common/avatarmanager.cpp:78:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UPLOADER_THREAD_TERMINATE_TIMEOUT [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/avatarmanager.cpp:89:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cacheDirMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/avatarmanager.cpp:129:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_avatarsMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/avatarmanager.cpp:146:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable in [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/avatarmanager.cpp:193:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_INVALID_AVATAR_FILE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/avatarmanager.cpp:245:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AVATAR_FILE_TYPE_PNG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/avatarmanager.cpp:283:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_avatarsMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/avatarmanager.cpp:324:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_avatarsMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/avatarmanager.cpp:355:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cacheDirMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/avatarmanager.cpp:424:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cacheDirMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/avatarmanager.cpp:160:33: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/core/common/avatarmanager.cpp:180:33: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/core/common/avatarmanager.cpp:218:31: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/core/common/avatarmanager.cpp:368:15: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/core/common/crypthelper.cpp:128:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:134:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:140:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:146:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:151:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:157:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:163:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:169:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:192:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_MD5 [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:217:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_SHA1 [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:270:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AES_BLOCK_SIZE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:282:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AES_BLOCK_SIZE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:336:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AES_BLOCK_SIZE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/crypthelper.cpp:287:35: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/core/common/loghelper_client.cpp:55:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/loghelper_client.cpp:62:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/loghelper_client.cpp:69:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/loghelper_server.cpp:33:0: error: #error This file is only for the server. [preprocessorErrorDirective] pokerth-1.1.2/src/core/common/pokerthexception.cpp:44:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_msg [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/thread.cpp:62:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_threadObjMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/thread.cpp:83:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable THREAD_WAIT_INFINITE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/thread.cpp:126:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_threadObjMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/common/thread.cpp:40:2: style: Class 'ThreadStarter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/core/linux/convhelper.cpp:71:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/linux/convhelper.cpp:104:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/core/win32/convhelper.cpp:35:0: error: #error This file is Windows only. [preprocessorErrorDirective] pokerth-1.1.2/src/db/common/serverdbgeneric.cpp:66:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PlayerLoginFailed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/db/common/serverdbgeneric.cpp:72:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AvatarIsBlacklisted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/db/common/serverdbgeneric.cpp:88:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CreateGameFailed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/db/common/serverdbgeneric.cpp:104:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReportAvatarFailed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/db/common/serverdbgeneric.cpp:110:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReportGameFailed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbadminplayers.cpp:62:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PlayerAdminList [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbadminplayers.cpp:75:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueryError [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbauth.cpp:52:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PlayerLoginFailed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbauth.cpp:83:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PlayerLoginFailed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbavatarblacklist.cpp:52:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AvatarIsOK [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbavatarblacklist.cpp:67:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AvatarIsBlacklisted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbblockplayer.cpp:64:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BlockPlayerSuccess [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbblockplayer.cpp:70:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BlockPlayerFailed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbcreategame.cpp:65:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CreateGameFailed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbcreategame.cpp:75:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CreateGameFailed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbgameplace.cpp:77:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueryError [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdblogin.cpp:64:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueryError [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbreportavatar.cpp:58:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReportAvatarSuccess [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbreportavatar.cpp:64:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReportAvatarFailed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbreportgame.cpp:55:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameId [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbreportgame.cpp:76:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReportGameSuccess [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/asyncdbreportgame.cpp:82:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReportGameFailed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:41:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_currentQuery [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:51:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_currentQuery [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:57:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_currentQuery [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:63:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_currentQuery [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:69:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_currentQuery [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:75:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_currentQuery [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:81:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_currentQuery [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:87:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_currentQuery [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:94:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_currentQuery [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:101:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_currentQuery [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:113:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lastGameDBId [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/compositeasyncdbquery.cpp:119:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lastGameDBId [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/dbidmanager.cpp:38:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameIdMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/dbidmanager.cpp:45:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameIdMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/dbidmanager.cpp:52:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_ID_INVALID [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/serverdbthread.cpp:435:18: error: There is an unknown macro here somewhere. Configuration is required. If DB_TABLE_PLAYER_COL_ID is a macro then please configure it. [unknownMacro] pokerth-1.1.2/src/dbofficial/singleasyncdbquery.cpp:50:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_id [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/singleasyncdbquery.cpp:56:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_preparedName [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/singleasyncdbquery.cpp:62:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_params [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/dbofficial/singleasyncdbquery.cpp:68:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_params [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.h:49:2: style: Class 'Log' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/engine/game.cpp:59:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEBUG_MODE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/game.cpp:164:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_NONE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/game.cpp:256:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_CURRENT_PLAYER_NOT_FOUND [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/game.cpp:281:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAISE_ON_HANDNUMBER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/game.cpp:47:51: style:inconclusive: Function 'Game' argument 7 names different: declaration 'myLog' definition 'log'. [funcArgNamesDifferent] pokerth-1.1.2/src/engine/game.h:56:49: note: Function 'Game' argument 7 names different: declaration 'myLog' definition 'log'. pokerth-1.1.2/src/engine/game.cpp:47:51: note: Function 'Game' argument 7 names different: declaration 'myLog' definition 'log'. pokerth-1.1.2/src/engine/local_engine/arraydata.cpp:1072:12: style: Local variable 'i' shadows outer variable [shadowVariable] pokerth-1.1.2/src/engine/local_engine/arraydata.cpp:1057:6: note: Shadowed declaration pokerth-1.1.2/src/engine/local_engine/arraydata.cpp:1072:12: note: Shadow variable pokerth-1.1.2/src/engine/local_engine/arraydata.cpp:37:6: style: struct member 'RoundData::hand' is never used. [unusedStructMember] pokerth-1.1.2/src/engine/local_engine/arraydata.cpp:38:9: style: struct member 'RoundData::data' is never used. [unusedStructMember] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:739:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:650:8: style: The scope of the variable 'j' can be reduced. [variableScope] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:1186:6: style: The scope of the variable 'fifthPart' can be reduced. [variableScope] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:224:41: style: Parameter 'cards' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:269:33: style: Parameter 'cards' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:648:102: style: Parameter 'boardCards' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:747:32: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:794:12: style: Variable 'equal' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:888:13: style: Variable 'equal' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:892:15: style: Variable 'equal' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:951:11: style: Variable 'equal' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:955:13: style: Variable 'equal' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:991:12: style: Variable 'equal' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:1056:12: style: Variable 'equal' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/engine/local_engine/cardsvalue.cpp:1060:14: style: Variable 'equal' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/engine/local_engine/localbero.cpp:50:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_BIG_BLIND [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localbero.cpp:196:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_NONE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localbero.cpp:215:28: style: Local variable 'currentPlayersTurnIt' shadows outer variable [shadowVariable] pokerth-1.1.2/src/engine/local_engine/localbero.h:221:21: note: Shadowed declaration pokerth-1.1.2/src/engine/local_engine/localbero.cpp:215:28: note: Shadow variable pokerth-1.1.2/src/engine/local_engine/localberopostriver.cpp:61:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localberopreflop.cpp:153:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_FLOP [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localboard.cpp:206:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NUMBER_OF_PLAYERS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localboard.cpp:285:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localboard.h:96:22: performance: Function 'getWinners()' should return member 'winners' by const reference. [returnByReference] pokerth-1.1.2/src/engine/local_engine/localboard.h:105:22: performance: Function 'getPlayerNeedToShowCards()' should return member 'playerNeedToShowCards' by const reference. [returnByReference] pokerth-1.1.2/src/engine/local_engine/localboard.cpp:109:6: style: The scope of the variable 'highestCardsValue' can be reduced. [variableScope] pokerth-1.1.2/src/engine/local_engine/localhand.h:73:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_PREFLOP [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localhand.h:77:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_FLOP [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localhand.h:81:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_TURN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localhand.h:85:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_RIVER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localenginefactory.h:49:2: style: Class 'LocalEngineFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/engine/local_engine/localplayer.h:71:14: performance: Function 'getMyGuid()' should return member 'myGuid' by const reference. [returnByReference] pokerth-1.1.2/src/engine/local_engine/localplayer.h:103:14: performance: Function 'getMyName()' should return member 'myName' by const reference. [returnByReference] pokerth-1.1.2/src/engine/local_engine/localplayer.h:112:14: performance: Function 'getMyAvatar()' should return member 'myAvatar' by const reference. [returnByReference] pokerth-1.1.2/src/engine/local_engine/localhand.cpp:113:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEBUG_MODE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localhand.cpp:424:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_NONE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localhand.cpp:499:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUTTON_SMALL_BLIND [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localhand.cpp:550:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localhand.cpp:129:7: style: The scope of the variable 'temp5Array' can be reduced. [variableScope] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:869:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEBUG_MODE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:1186:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_TYPE_HUMAN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:1542:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_TYPE_HUMAN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:2236:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_TYPE_HUMAN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:2763:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_TYPE_HUMAN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:3247:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_ALLIN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4457:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4684:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4851:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:5013:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:3411:4: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:3416:4: note: Found duplicate branches for 'if' and 'else'. pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:3411:4: note: Found duplicate branches for 'if' and 'else'. pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4270:5: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4275:5: note: Found duplicate branches for 'if' and 'else'. pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4270:5: note: Found duplicate branches for 'if' and 'else'. pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4286:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4291:6: note: Found duplicate branches for 'if' and 'else'. pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4286:6: note: Found duplicate branches for 'if' and 'else'. pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4360:7: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4365:7: note: Found duplicate branches for 'if' and 'else'. pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:4360:7: note: Found duplicate branches for 'if' and 'else'. pokerth-1.1.2/src/engine/local_engine/localplayer.cpp:5134:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] pokerth-1.1.2/src/engine/local_engine/tools.cpp:59:2: style: Struct 'nondet_rng' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/engine/local_engine/tools_android.cpp:35:0: error: #error This file is only for android. [preprocessorErrorDirective] pokerth-1.1.2/src/engine/log.cpp:50:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:59:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:171:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:222:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_PREFLOP [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:313:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:350:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:462:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:485:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:533:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:545:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:597:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:628:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ACTION_WIN_GAME [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:645:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ACTION_SIT_OUT [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:676:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/log.cpp:77:13: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] pokerth-1.1.2/src/engine/log.h:58:18: performance:inconclusive: Technically the member function 'Log::transformPlayerActionLog' can be static (but you may consider moving to unnamed namespace). [functionStatic] pokerth-1.1.2/src/engine/log.cpp:458:6: note: Technically the member function 'Log::transformPlayerActionLog' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/engine/log.h:58:18: note: Technically the member function 'Log::transformPlayerActionLog' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/engine/log.cpp:275:77: style: Condition '(*it_c)->getMyActiveStatus()' is always true [knownConditionTrueFalse] pokerth-1.1.2/src/engine/log.cpp:273:35: note: Assuming that condition '(*it_c)->getMyActiveStatus()' is not redundant pokerth-1.1.2/src/engine/log.cpp:275:77: note: Condition '(*it_c)->getMyActiveStatus()' is always true pokerth-1.1.2/src/engine/log.cpp:310:29: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/engine/log.cpp:588:92: performance: Function parameter 'winners' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/engine/log.cpp:77:9: style: Variable 'z' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/engine/log.cpp:623:33: style: Consider using std::count_if algorithm instead of a raw loop. [useStlAlgorithm] pokerth-1.1.2/src/engine/network_engine/clientboard.cpp:156:52: style:inconclusive: Function 'setWinners' argument 1 names different: declaration 'winners' definition 'w'. [funcArgNamesDifferent] pokerth-1.1.2/src/engine/network_engine/clientboard.h:70:45: note: Function 'setWinners' argument 1 names different: declaration 'winners' definition 'w'. pokerth-1.1.2/src/engine/network_engine/clientboard.cpp:156:52: note: Function 'setWinners' argument 1 names different: declaration 'winners' definition 'w'. pokerth-1.1.2/src/engine/network_engine/clientboard.cpp:170:66: style:inconclusive: Function 'setPlayerNeedToShowCards' argument 1 names different: declaration 'playerNeedToShowCards' definition 'p'. [funcArgNamesDifferent] pokerth-1.1.2/src/engine/network_engine/clientboard.h:73:59: note: Function 'setPlayerNeedToShowCards' argument 1 names different: declaration 'playerNeedToShowCards' definition 'p'. pokerth-1.1.2/src/engine/network_engine/clientboard.cpp:170:66: note: Function 'setPlayerNeedToShowCards' argument 1 names different: declaration 'playerNeedToShowCards' definition 'p'. pokerth-1.1.2/src/engine/network_engine/clientenginefactory.cpp:74:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_PREFLOP [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/network_engine/clienthand.cpp:156:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_PREFLOP [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/network_engine/clienthand.cpp:162:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_FLOP [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/network_engine/clienthand.cpp:168:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_TURN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/network_engine/clienthand.cpp:174:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_RIVER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/network_engine/clienthand.cpp:346:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/engine/network_engine/clientplayer.cpp:598:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] pokerth-1.1.2/src/gui/qt/aboutpokerth/aboutpokerthimpl.cpp:57:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/aboutpokerth/aboutpokerthimpl.h:46:2: style: Class 'aboutPokerthImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/aboutpokerth/aboutpokerthimpl.cpp:55:10: style: The scope of the variable 'gplString' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/aboutpokerth/aboutpokerthimpl.cpp:137:10: style: The scope of the variable 'string' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/changecompleteblindsdialog/changecompleteblindsdialogimpl.cpp:50:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pushButton_add [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/changecompleteblindsdialog/changecompleteblindsdialogimpl.cpp:71:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/changecompleteblindsdialog/changecompleteblindsdialogimpl.cpp:98:2: style: Obsolete function 'qStableSort' called. It is recommended to use 'std::stable_sort' instead. [prohibitedqStableSortCalled] pokerth-1.1.2/src/gui/qt/changecompleteblindsdialog/changecompleteblindsdialogimpl.h:49:2: style: Class 'changeCompleteBlindsDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/chattools/chattools.cpp:96:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/chattools/chattools.cpp:237:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/chattools/chattools.cpp:319:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/chattools/chattools.cpp:43:12: warning: Member variable 'ChatTools::myStyle' is not initialized in the constructor. [uninitMemberVar] pokerth-1.1.2/src/gui/qt/chattools/chattools.h:89:10: performance: Function 'getMyNick()' should return member 'myNick' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/chattools/chattools.h:81:38: performance: Function parameter 'value' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/chattools/chattools.cpp:79:40: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/chattools/chattools.cpp:183:40: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/chattools/chattools.cpp:183:60: performance: Function parameter 'message' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/chattools/chattools.cpp:196:42: performance: Function parameter 'string' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/chattools/chattools.cpp:202:46: performance: Function parameter 'fillString' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/connecttoserverdialog/connecttoserverdialogimpl.cpp:86:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_SOCK_LIMIT_CONNECT [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/connecttoserverdialog/connecttoserverdialogimpl.h:48:2: style: Class 'connectToServerDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/createinternetgamedialog/createinternetgamedialogimpl.cpp:52:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/createinternetgamedialog/createinternetgamedialogimpl.cpp:143:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/createinternetgamedialog/createinternetgamedialogimpl.cpp:156:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_NORMAL [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/createinternetgamedialog/createinternetgamedialogimpl.h:51:2: style: Class 'createInternetGameDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/createinternetgamedialog/createinternetgamedialogimpl.cpp:74:65: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/createnetworkgamedialog/createnetworkgamedialogimpl.cpp:51:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable radioButton_changeBlindsSettings [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/createnetworkgamedialog/createnetworkgamedialogimpl.cpp:132:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/createnetworkgamedialog/createnetworkgamedialogimpl.h:52:2: style: Class 'createNetworkGameDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:67:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NonModal [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:315:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:406:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:424:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_NET_GAME_CLIENT_START [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:497:139: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:562:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:706:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:725:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:768:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:795:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:808:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:844:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:942:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_RANKING [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:979:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1011:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gameType [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1032:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget_connectedPlayers [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1056:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget_connectedSpectators [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1068:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget_connectedPlayers [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1111:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget_connectedPlayers [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1125:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget_connectedSpectators [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1140:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1157:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1173:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget_connectedPlayers [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1190:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget_connectedPlayers [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1299:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAISE_ON_HANDNUMBER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1363:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1378:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Enter [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1410:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lineEdit_ChatInput [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1548:98: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FixedString [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1616:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DescendingOrder [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1652:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1712:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1734:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1756:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DENY_GAME_INVITATION_BUSY [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1783:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DENY_GAME_INVITATION_NO [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1809:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1826:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1842:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1887:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1899:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1912:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:2200:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:2217:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:2233:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:607:12: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.h:63:2: style: Class 'gameLobbyDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gamelobbydialog/mygamelistsortfilterproxymodel.h:41:2: style: Class 'MyGameListSortFilterProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gamelobbydialog/mynicklistsortfilterproxymodel.h:41:2: style: Class 'MyNickListSortFilterProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.h:107:10: performance: Function 'getCurrentGameName()' should return member 'currentGameName' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1373:55: style:inconclusive: Function 'keyPressEvent' argument 1 names different: declaration 'keyEvent' definition 'event'. [funcArgNamesDifferent] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.h:133:33: note: Function 'keyPressEvent' argument 1 names different: declaration 'keyEvent' definition 'event'. pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1373:55: note: Function 'keyPressEvent' argument 1 names different: declaration 'keyEvent' definition 'event'. pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1791:57: style:inconclusive: Function 'playerIsOnIgnoreList' argument 1 names different: declaration 'playerid' definition 'playerId'. [funcArgNamesDifferent] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.h:159:37: note: Function 'playerIsOnIgnoreList' argument 1 names different: declaration 'playerid' definition 'playerId'. pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1791:57: note: Function 'playerIsOnIgnoreList' argument 1 names different: declaration 'playerid' definition 'playerId'. pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:557:65: performance: Function parameter 'itemList' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1000:72: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:689:17: style: Variable 'item1' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:690:17: style: Variable 'item2' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:691:17: style: Variable 'item3' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:692:17: style: Variable 'item4' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:693:17: style: Variable 'item5' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:694:17: style: Variable 'item6' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp:1798:121: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pokerth-1.1.2/src/gui/qt/gamelobbydialog/mygamelisttreewidget.h:44:2: style: Class 'MyGameListTreeWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gamelobbydialog/mynicklistsortfilterproxymodel.cpp:73:111: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:154:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pushButton_BetRaise [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:745:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tab_Chance [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:879:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_INTERNET [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1036:92: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isGuest [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1423:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NUMBER_OF_PLAYERS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1500:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1600:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_FLOP [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1643:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_TURN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1688:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_RIVER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1706:92: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_ALLIN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1883:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_INTERNET [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:2415:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:2521:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_INTERNET [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:2582:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:2744:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:2775:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NUMBER_OF_PLAYERS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:2863:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_RIVER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:2877:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_RIVER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:2909:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_LOCAL [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:2951:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NUMBER_OF_PLAYERS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3105:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pushButton_break [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3133:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Enter [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3259:135: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Tab [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3447:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pushButton_break [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3516:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NUMBER_OF_PLAYERS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3566:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tab_Chat [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3661:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_ALLIN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3748:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3841:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BACKTO_LOBBY_QUESTION [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3879:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tab_Kick [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3946:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NUMBER_OF_PLAYERS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:4026:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_FOLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:4084:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable textBrowser_Log [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:4410:98: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_INTERNET [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:4451:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NUMBER_OF_PLAYERS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.h:84:2: style: Class 'gameTableImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gametable/mycardspixmaplabel.h:48:2: style: Class 'MyCardsPixmapLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gametable/mysetlabel.h:48:2: style: Class 'MySetLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.h:49:2: style: Class 'MyAvatarLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gametable/myactionbutton.h:45:2: style: Class 'MyActionButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gametable/mycashlabel.h:48:2: style: Class 'MyCashLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gametable/mynamelabel.h:48:2: style: Class 'MyNameLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gametable/mychancelabel.h:49:2: style: Class 'MyChanceLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gametable/mytimeoutlabel.h:51:2: style: Class 'MyTimeoutLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1694:10: style: The scope of the variable 'pushButtonFoldString' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1695:10: style: The scope of the variable 'pushButtonBetRaiseString' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1697:10: style: The scope of the variable 'pushButtonCallCheckString' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1698:10: style: The scope of the variable 'pushButtonAllInString' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1960:61: style:inconclusive: Function 'startTimeoutAnimation' argument 2 names different: declaration 'timoutSec' definition 'timeoutSec'. [funcArgNamesDifferent] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.h:218:47: note: Function 'startTimeoutAnimation' argument 2 names different: declaration 'timoutSec' definition 'timeoutSec'. pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1960:61: note: Function 'startTimeoutAnimation' argument 2 names different: declaration 'timoutSec' definition 'timeoutSec'. pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.h:80:37: performance: Function parameter 'theValue' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:1998:36: style: Variable 'humanPlayerButtonFontSize' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/gui/qt/gametable/gametableimpl.cpp:3726:11: style: Unused variable: hover [unusedVariable] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:82:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:195:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:226:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:259:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:316:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:345:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:395:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:451:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:494:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:518:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:561:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:655:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:699:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:715:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HTML_LOG [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:734:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:754:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:795:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NUMBER_OF_PLAYERS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:1549:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:458:18: warning: Return value of function tempHandName.fromStdString() is not used. [ignoredReturnValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.h:101:14: performance: Function 'getMySqliteLogFileName()' should return member 'mySqliteLogFileName' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:772:7: style: The scope of the variable 'neu' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:782:9: style: The scope of the variable 'sql' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:784:9: style: The scope of the variable 'round_string' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:786:7: style: The scope of the variable 'data_found' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:790:6: style: The scope of the variable 'game_ctr' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:790:20: style: The scope of the variable 'hand_ctr' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:790:34: style: The scope of the variable 'round_ctr' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:790:49: style: The scope of the variable 'action_ctr' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:791:13: style: The scope of the variable 'j' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:792:6: style: The scope of the variable 'gameID' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:793:6: style: The scope of the variable 'uniqueGameID' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:794:9: style: The scope of the variable 'cmpString' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:794:25: style: The scope of the variable 'string_tmp' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:1537:6: style: The scope of the variable 'game_ctr' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:1538:6: style: The scope of the variable 'i' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:157:41: style:inconclusive: Function 'logPlayerActionMsg' argument 1 names different: declaration 'playerName' definition 'msg'. [funcArgNamesDifferent] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.h:71:34: note: Function 'logPlayerActionMsg' argument 1 names different: declaration 'playerName' definition 'msg'. pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:157:41: note: Function 'logPlayerActionMsg' argument 1 names different: declaration 'playerName' definition 'msg'. pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:651:41: style:inconclusive: Function 'writeLogFileStream' argument 1 names different: declaration 'string' definition 'streamString'. [funcArgNamesDifferent] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.h:95:34: note: Function 'writeLogFileStream' argument 1 names different: declaration 'string' definition 'streamString'. pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:651:41: note: Function 'writeLogFileStream' argument 1 names different: declaration 'string' definition 'streamString'. pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:762:59: style:inconclusive: Function 'showLog' argument 2 names different: declaration 'tb' definition 'tb_tmp'. [funcArgNamesDifferent] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.h:88:52: note: Function 'showLog' argument 2 names different: declaration 'tb' definition 'tb_tmp'. pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:762:59: note: Function 'showLog' argument 2 names different: declaration 'tb' definition 'tb_tmp'. pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:770:59: style:inconclusive: Function 'exportLog' argument 3 names different: declaration 'uniqueGameID' definition 'uniqueGameID_req'. [funcArgNamesDifferent] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.h:89:54: note: Function 'exportLog' argument 3 names different: declaration 'uniqueGameID' definition 'uniqueGameID_req'. pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:770:59: note: Function 'exportLog' argument 3 names different: declaration 'uniqueGameID' definition 'uniqueGameID_req'. pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:99:17: style: Local variable 'stream_old' shadows outer variable [shadowVariable] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.h:136:14: note: Shadowed declaration pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:99:17: note: Shadow variable pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:656:16: style: Local variable 'stream_old' shadows outer variable [shadowVariable] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.h:136:14: note: Shadowed declaration pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:656:16: note: Shadow variable pokerth-1.1.2/src/gui/qt/gametable/log/guilog.h:97:42: performance: Function parameter 'theValue' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:247:64: performance: Function parameter 'sbName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:247:80: performance: Function parameter 'bbName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:299:39: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:336:39: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:428:42: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:428:103: performance: Function parameter 'showHas' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:481:39: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:509:41: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:533:41: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:542:42: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:547:44: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:552:39: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:651:41: performance: Function parameter 'streamString' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:668:40: performance: Function parameter 'log_string' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:677:30: performance: Function parameter 'log_string' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:729:41: performance: Function parameter 'fileStringPdb' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:749:40: performance: Function parameter 'fileStringPdb' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:762:30: performance: Function parameter 'fileStringPdb' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:770:31: performance: Function parameter 'fileStringPdb' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:1523:40: performance: Function parameter 'fileStringPdb' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:1578:43: performance: Function parameter 'val' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:1578:55: performance: Function parameter 'col' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:415:11: style: Variable 'round' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:782:13: style: Variable 'sql' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:786:18: style: Variable 'data_found' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:1537:15: style: Variable 'game_ctr' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/gui/qt/gametable/log/guilog.cpp:1538:8: style: Variable 'i' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/gui/qt/gametable/myactionbutton.cpp:59:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myactionbutton.cpp:71:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeyPress [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myactionbutton.cpp:69:36: style:inconclusive: Function 'event' argument 1 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent] pokerth-1.1.2/src/gui/qt/gametable/myactionbutton.h:64:21: note: Function 'event' argument 1 names different: declaration 'e' definition 'event'. pokerth-1.1.2/src/gui/qt/gametable/myactionbutton.cpp:69:36: note: Function 'event' argument 1 names different: declaration 'e' definition 'event'. pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:91:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_RANKING [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:152:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseSensitive [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:230:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_INTERNET [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:258:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_TYPE_COMPUTER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:289:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseSensitive [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:305:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseSensitive [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:332:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseSensitive [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:381:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:390:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:443:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:493:288: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:515:298: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:541:115: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:75:14: warning: Assert statement calls a function which may have desired side effects: 'getSession'. [assertWithSideEffect] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:323:33: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:152:97: style: The scope of the variable 'tipInfo' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:303:14: style: The scope of the variable 'playerInfo' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:327:14: style: The scope of the variable 'playerInfo' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:387:70: style:inconclusive: Function 'setPixmapAndCountry' argument 2 names different: declaration 'country' definition 'countryString'. [funcArgNamesDifferent] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.h:79:54: note: Function 'setPixmapAndCountry' argument 2 names different: declaration 'country' definition 'countryString'. pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:387:70: note: Function 'setPixmapAndCountry' argument 2 names different: declaration 'country' definition 'countryString'. pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:149:45: performance: Function parameter 'playerInfo' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:282:44: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:299:45: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:467:50: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:491:34: error: Out of bounds access in expression 'list.at(myId)' because 'list' is empty. [containerOutOfBounds] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:487:35: note: Assuming condition is false pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:491:34: note: Access out of bounds pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:513:33: error: Out of bounds access in expression 'list.at(myId)' because 'list' is empty. [containerOutOfBounds] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:509:35: note: Assuming condition is false pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:513:33: note: Access out of bounds pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:341:38: performance: Concatenating the result of c_str() and a std::string is slow and redundant. [stlcstrConcat] pokerth-1.1.2/src/gui/qt/gametable/myavatarlabel.cpp:474:53: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pokerth-1.1.2/src/gui/qt/gametable/mycardspixmaplabel.cpp:126:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/mycardspixmaplabel.cpp:194:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/mychancelabel.cpp:147:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/mychancelabel.cpp:67:57: performance: Function parameter 'chance' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/gametable/mylefttabwidget.h:44:2: style: Class 'MyLeftTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gametable/mylefttabwidget.cpp:59:53: style:inconclusive: Function 'disableTab' argument 2 names different: declaration 'yesNO' definition 'yesNo'. [funcArgNamesDifferent] pokerth-1.1.2/src/gui/qt/gametable/mylefttabwidget.h:53:37: note: Function 'disableTab' argument 2 names different: declaration 'yesNO' definition 'yesNo'. pokerth-1.1.2/src/gui/qt/gametable/mylefttabwidget.cpp:59:53: note: Function 'disableTab' argument 2 names different: declaration 'yesNO' definition 'yesNo'. pokerth-1.1.2/src/gui/qt/gametable/mynamelabel.cpp:66:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_INTERNET [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/mynamelabel.cpp:104:12: style: Unused variable: tTruncated [unusedVariable] pokerth-1.1.2/src/gui/qt/gametable/myrighttabwidget.h:44:2: style: Class 'MyRightTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/gametable/mystatuslabel.cpp:40:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mousePress [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/mystatuslabel.cpp:51:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mousePress [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/mystatuslabel.cpp:63:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mousePress [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/mytimeoutlabel.cpp:142:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/gametable/startsplash/startsplash.h:45:2: style: Class 'StartSplash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/guiwrapper.cpp:379:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_REMOVED_KICKED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/guiwrapper.cpp:396:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_REMOVED_KICKED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/guiwrapper.h:195:17: style: Class 'GuiWrapper' is unsafe, 'GuiWrapper::myW' can leak by wrong usage. [unsafeClassCanLeak] pokerth-1.1.2/src/gui/qt/guiwrapper.cpp:256:44: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/guiwrapper.cpp:264:72: performance: Function parameter 'sbName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/guiwrapper.cpp:264:92: performance: Function parameter 'bbName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/guiwrapper.cpp:270:47: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/guiwrapper.cpp:274:47: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/guiwrapper.cpp:282:45: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/guiwrapper.cpp:282:105: performance: Function parameter 'showHas' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/guiwrapper.cpp:286:47: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/internetgamelogindialog/internetgamelogindialogimpl.cpp:50:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable groupBox_reguser [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/internetgamelogindialog/internetgamelogindialogimpl.cpp:144:13: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] pokerth-1.1.2/src/gui/qt/internetgamelogindialog/internetgamelogindialogimpl.h:47:2: style: Class 'internetGameLoginDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/joinnetworkgamedialog/joinnetworkgamedialogimpl.cpp:61:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lineEdit_ipAddress [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/joinnetworkgamedialog/joinnetworkgamedialogimpl.cpp:137:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/joinnetworkgamedialog/joinnetworkgamedialogimpl.cpp:188:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/joinnetworkgamedialog/joinnetworkgamedialogimpl.cpp:215:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/joinnetworkgamedialog/joinnetworkgamedialogimpl.cpp:285:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/joinnetworkgamedialog/joinnetworkgamedialogimpl.h:52:2: style: Class 'joinNetworkGameDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:80:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable THREAD_WAIT_INFINITE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:100:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Time [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:132:112: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:157:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:173:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:189:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:207:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:226:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Delete [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:238:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:280:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_UPLOAD_OK_STR [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:329:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/logfiledialog/logfiledialog.cpp:322:67: performance: Function parameter 'errorMessage' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/mymessagebox/mymessagebox.cpp:61:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Information [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/mymessagebox/mymessagebox.cpp:73:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Question [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/mymessagebox/mymessagebox.cpp:85:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Warning [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/mymessagebox/mymessagebox.cpp:97:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Critical [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/mymessagebox/mymessagebox.h:40:2: style: Class 'MyMessageBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/mymessagedialog/mymessagedialogimpl.cpp:89:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/mymessagedialog/mymessagedialogimpl.cpp:132:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/mymessagedialog/mymessagedialogimpl.h:63:2: style: Class 'myMessageDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/mymessagedialog/mymessagedialogimpl.cpp:61:7: style: Local variable 'show' shadows outer function [shadowFunction] pokerth-1.1.2/src/gui/qt/mymessagedialog/mymessagedialogimpl.h:69:7: note: Shadowed declaration pokerth-1.1.2/src/gui/qt/mymessagedialog/mymessagedialogimpl.cpp:61:7: note: Shadow variable pokerth-1.1.2/src/gui/qt/mymessagedialog/mymessagedialogimpl.cpp:176:7: style: Local variable 'show' shadows outer function [shadowFunction] pokerth-1.1.2/src/gui/qt/mymessagedialog/mymessagedialogimpl.h:69:7: note: Shadowed declaration pokerth-1.1.2/src/gui/qt/mymessagedialog/mymessagedialogimpl.cpp:176:7: note: Shadow variable pokerth-1.1.2/src/gui/qt/newlocalgamedialog/newgamedialogimpl.cpp:46:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable radioButton_changeBlindsSettings [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/newlocalgamedialog/newgamedialogimpl.cpp:93:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/newlocalgamedialog/newgamedialogimpl.h:53:2: style: Class 'newGameDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/qttools/nonqthelper/nonqthelper.h:36:0: error: #error This file is only for the server. [preprocessorErrorDirective] pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.h:50:14: performance:inconclusive: Technically the member function 'QtHelper::stringToUtf8' can be static (but you may consider moving to unnamed namespace). [functionStatic] pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.cpp:45:23: note: Technically the member function 'QtHelper::stringToUtf8' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.h:50:14: note: Technically the member function 'QtHelper::stringToUtf8' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.h:51:14: performance:inconclusive: Technically the member function 'QtHelper::stringFromUtf8' can be static (but you may consider moving to unnamed namespace). [functionStatic] pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.cpp:54:23: note: Technically the member function 'QtHelper::stringFromUtf8' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.h:51:14: note: Technically the member function 'QtHelper::stringFromUtf8' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.h:52:14: performance:inconclusive: Technically the member function 'QtHelper::getDefaultLanguage' can be static (but you may consider moving to unnamed namespace). [functionStatic] pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.cpp:61:23: note: Technically the member function 'QtHelper::getDefaultLanguage' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.h:52:14: note: Technically the member function 'QtHelper::getDefaultLanguage' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.h:54:14: performance:inconclusive: Technically the member function 'QtHelper::getDataPathStdString' can be static (but you may consider moving to unnamed namespace). [functionStatic] pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.cpp:66:23: note: Technically the member function 'QtHelper::getDataPathStdString' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/gui/qt/qttools/qthelper/qthelper.h:54:14: note: Technically the member function 'QtHelper::getDataPathStdString' can be static (but you may consider moving to unnamed namespace). pokerth-1.1.2/src/gui/qt/serverlistdialog/serverlistdialogimpl.cpp:49:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget_serverList [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/serverlistdialog/serverlistdialogimpl.cpp:68:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget_serverList [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/serverlistdialog/serverlistdialogimpl.cpp:81:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/serverlistdialog/serverlistdialogimpl.h:53:2: style: Class 'serverListDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/settingsdialog/manualblindsorderdialog/manualblindsorderdialogimpl.cpp:48:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pushButton_add [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/manualblindsorderdialog/manualblindsorderdialogimpl.cpp:65:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/manualblindsorderdialog/manualblindsorderdialogimpl.cpp:92:2: style: Obsolete function 'qStableSort' called. It is recommended to use 'std::stable_sort' instead. [prohibitedqStableSortCalled] pokerth-1.1.2/src/gui/qt/settingsdialog/manualblindsorderdialog/manualblindsorderdialogimpl.h:49:2: style: Class 'manualBlindsOrderDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/settingsdialog/myavatarbutton.h:43:2: style: Class 'MyAvatarButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/settingsdialog/myavatarbutton.h:51:10: performance: Function 'getMyLink()' should return member 'myLink' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/settingsdialog/myavatarbutton.h:47:25: performance: Function parameter 'theValue' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/settingsdialog/myhpavatarbutton.h:43:2: style: Class 'MyHPAvatarButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/settingsdialog/myhpavatarbutton.h:51:10: performance: Function 'getMyLink()' should return member 'myLink' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/settingsdialog/myhpavatarbutton.h:47:25: performance: Function parameter 'theValue' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/settingsdialog/mystylelistitem.cpp:33:46: performance: Function parameter 's' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/settingsdialog/selectavatardialog/myavatarlistitem.h:43:2: style: Class 'MyAvatarListItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/settingsdialog/selectavatardialog/myavatarlistitem.h:51:10: performance: Function 'getMyLink()' should return member 'myLink' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/settingsdialog/selectavatardialog/myavatarlistitem.h:47:25: performance: Function parameter 'theValue' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/settingsdialog/selectavatardialog/selectavatardialogimpl.cpp:56:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IconMode [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/selectavatardialog/selectavatardialogimpl.cpp:210:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable listWidget [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/selectavatardialog/selectavatardialogimpl.cpp:256:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/selectavatardialog/selectavatardialogimpl.h:52:2: style: Class 'selectAvatarDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:105:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buttonBox [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:250:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:613:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:979:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShowDirsOnly [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:1026:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:1062:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:1097:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:1144:141: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:1225:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:1284:140: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:1351:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:1415:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.h:63:2: style: Class 'settingsDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:583:36: style:inconclusive: Function 'exec' argument 1 names different: declaration 'ingame' definition 'in_game'. [funcArgNamesDifferent] pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.h:68:17: note: Function 'exec' argument 1 names different: declaration 'ingame' definition 'in_game'. pokerth-1.1.2/src/gui/qt/settingsdialog/settingsdialogimpl.cpp:583:36: note: Function 'exec' argument 1 names different: declaration 'ingame' definition 'in_game'. pokerth-1.1.2/src/gui/qt/sound/androidaudio.cpp:82:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SL_RESULT_SUCCESS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/sound/androidaudio.cpp:146:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SL_DATALOCATOR_BUFFERQUEUE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/sound/androidaudio.cpp:224:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SL_OBJECT_STATE_REALIZED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/sound/androidaudio.h:79:14: style:inconclusive: Member variable 'AndroidAudio::mPlayerObject' is in the wrong place in the initializer list. [initializerList] pokerth-1.1.2/src/gui/qt/sound/androidaudio.cpp:38:112: note: Member variable 'AndroidAudio::mPlayerObject' is in the wrong place in the initializer list. pokerth-1.1.2/src/gui/qt/sound/androidaudio.h:79:14: note: Member variable 'AndroidAudio::mPlayerObject' is in the wrong place in the initializer list. pokerth-1.1.2/src/gui/qt/sound/androidaudio.cpp:226:22: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/gui/qt/sound/sdlplayer.cpp:45:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDL_INIT_AUDIO [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/sound/sdlplayer.cpp:60:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUDIO_S16 [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/sound/sdlplayer.cpp:80:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/sound/sdlplayer.h:53:2: style: Class 'SDLPlayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/sound/sdlplayer.cpp:132:20: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/gui/qt/sound/sdlplayer.cpp:74:34: performance: Function parameter 'audioString' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/sound/soundevents.cpp:61:2: warning: Class 'SoundEvents' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] pokerth-1.1.2/src/gui/qt/sound/soundevents.h:51:2: style: Class 'SoundEvents' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/sound/soundevents.cpp:109:41: performance: Function parameter 'audioString' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/startnetworkgamedialog/startnetworkgamedialogimpl.cpp:50:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lineEdit_ChatInput [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startnetworkgamedialog/startnetworkgamedialogimpl.cpp:86:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_NET_GAME_CLIENT_START [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startnetworkgamedialog/startnetworkgamedialogimpl.cpp:103:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startnetworkgamedialog/startnetworkgamedialogimpl.cpp:122:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startnetworkgamedialog/startnetworkgamedialogimpl.cpp:135:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treeWidget [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startnetworkgamedialog/startnetworkgamedialogimpl.cpp:179:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startnetworkgamedialog/startnetworkgamedialogimpl.cpp:228:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Up [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startnetworkgamedialog/startnetworkgamedialogimpl.cpp:249:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lineEdit_ChatInput [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startnetworkgamedialog/startnetworkgamedialogimpl.h:53:2: style: Class 'startNetworkGameDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/gui/qt/startnetworkgamedialog/startnetworkgamedialogimpl.cpp:91:79: performance: Function parameter 'playerName' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:89:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable POKERTH_BETA_RELEASE_STRING [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:282:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:312:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAISE_ON_HANDNUMBER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:403:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHANGE_HUMAN_PLAYER_NAME [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:434:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:457:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:477:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Question [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:501:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:584:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:623:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_NETWORK [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:645:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:659:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:720:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:1036:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:1143:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RichText [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:1242:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OLD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/startwindow/startwindowimpl.cpp:1260:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.cpp:73:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.cpp:223:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CD_VALUES_MISSING [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.cpp:237:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CD_PICS_MISSING [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.cpp:249:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CD_OUTDATED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.h:59:10: performance: Function 'getStyleDescription()' should return member 'StyleDescription' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.h:63:10: performance: Function 'getStyleMaintainerName()' should return member 'StyleMaintainerName' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.h:67:10: performance: Function 'getStyleMaintainerEMail()' should return member 'StyleMaintainerEMail' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.h:71:10: performance: Function 'getStyleCreateDate()' should return member 'StyleCreateDate' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.h:76:10: performance: Function 'getCurrentFileName()' should return member 'currentFileName' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.h:80:10: performance: Function 'getCurrentDir()' should return member 'currentDir' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.h:85:10: performance: Function 'getPreview()' should return member 'Preview' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.h:90:10: performance: Function 'getBigIndexesActionBottom()' should return member 'BigIndexesActionBottom' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.cpp:77:9: style: The scope of the variable 'tempString1' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.cpp:84:17: style: Variable 'GameTableElement' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/gui/qt/styles/carddeckstylereader.cpp:77:20: style: Variable 'tempString1' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:133:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:1302:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GT_VALUES_MISSING [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:1316:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GT_PICS_MISSING [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:1328:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GT_OUTDATED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:1378:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:1418:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_TranslucentBackground [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:1702:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:93:2: performance: Variable 'font1String' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:94:2: performance: Variable 'font2String' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:95:2: performance: Variable 'tabBarPaddingTop' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:96:2: performance: Variable 'tabBarPaddingSide' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:97:2: performance: Variable 'textBrowserFontsize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:98:2: performance: Variable 'cashFontSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:99:2: performance: Variable 'setLabelFontSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:100:2: performance: Variable 'playerNameLabelFontSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:101:2: performance: Variable 'smallBoardFontSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:102:2: performance: Variable 'bigBoardFontSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:103:2: performance: Variable 'humanPlayerButtonFontSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:104:2: performance: Variable 'betValueFontSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:69:10: performance: Function 'getStyleDescription()' should return member 'StyleDescription' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:73:10: performance: Function 'getStyleMaintainerName()' should return member 'StyleMaintainerName' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:77:10: performance: Function 'getStyleMaintainerEMail()' should return member 'StyleMaintainerEMail' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:81:10: performance: Function 'getStyleCreateDate()' should return member 'StyleCreateDate' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:86:10: performance: Function 'getCurrentFileName()' should return member 'currentFileName' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:90:10: performance: Function 'getPreview()' should return member 'Preview' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:94:10: performance: Function 'getDefaultAvatar()' should return member 'DefaultAvatar' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:98:10: performance: Function 'getDealerPuck()' should return member 'DealerPuck' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:102:10: performance: Function 'getSmallBlindPuck()' should return member 'SmallBlindPuck' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:106:10: performance: Function 'getBigBlindPuck()' should return member 'BigBlindPuck' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:110:10: performance: Function 'getHandRanking()' should return member 'HandRanking' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:114:10: performance: Function 'getTable()' should return member 'Table' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:121:10: performance: Function 'getFKeyIndicatorColor()' should return member 'FKeyIndicatorColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:125:10: performance: Function 'getChanceLabelImpossibleColor()' should return member 'ChanceLabelImpossibleColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:129:10: performance: Function 'getChanceLabelPossibleColor()' should return member 'ChanceLabelPossibleColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:133:10: performance: Function 'getChatLogTextColor()' should return member 'ChatLogTextColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:137:10: performance: Function 'getChatTextNickNotifyColor()' should return member 'ChatTextNickNotifyColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:141:10: performance: Function 'getLogWinnerMainPotColor()' should return member 'LogWinnerMainPotColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:145:10: performance: Function 'getLogWinnerSidePotColor()' should return member 'LogWinnerSidePotColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:149:10: performance: Function 'getLogPlayerSitsOutColor()' should return member 'LogPlayerSitsOutColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:153:10: performance: Function 'getLogNewGameAdminColor()' should return member 'LogNewGameAdminColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:157:10: performance: Function 'getBreakLobbyButtonBgColor()' should return member 'BreakLobbyButtonBgColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:161:10: performance: Function 'getRatingStarsColor()' should return member 'RatingStarsColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:165:10: performance: Function 'getPlayerInfoHintTextColor()' should return member 'PlayerInfoHintTextColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:170:10: performance: Function 'getPlayerNickTextColor()' should return member 'PlayerNickTextColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:175:10: performance: Function 'getPlayerCashTextColor()' should return member 'PlayerCashTextColor' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:180:10: performance: Function 'getPlayerNameLabelFontSize()' should return member 'playerNameLabelFontSize' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:185:10: performance: Function 'getPlayerCashLabelFontSize()' should return member 'cashFontSize' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:190:10: performance: Function 'getFont2String()' should return member 'font2String' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:195:10: performance: Function 'getFont1String()' should return member 'font1String' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:200:10: performance: Function 'getMinimumWindowWidth()' should return member 'MinimumWindowWidth' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:204:10: performance: Function 'getMinimumWindowHeight()' should return member 'MinimumWindowHeight' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:208:10: performance: Function 'getMaximumWindowWidth()' should return member 'MaximumWindowWidth' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:212:10: performance: Function 'getMaximumWindowHeight()' should return member 'MaximumWindowHeight' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:216:10: performance: Function 'getFixedWindowWidth()' should return member 'FixedWindowWidth' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:220:10: performance: Function 'getFixedWindowHeight()' should return member 'FixedWindowHeight' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:224:10: performance: Function 'getIfFixedWindowSize()' should return member 'IfFixedWindowSize' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:274:10: performance: Function 'getActionAllInI18NString()' should return member 'ActionAllInI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:278:10: performance: Function 'getActionRaiseI18NString()' should return member 'ActionRaiseI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:282:10: performance: Function 'getActionBetI18NString()' should return member 'ActionBetI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:286:10: performance: Function 'getActionCallI18NString()' should return member 'ActionCallI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:290:10: performance: Function 'getActionCheckI18NString()' should return member 'ActionCheckI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:294:10: performance: Function 'getActionFoldI18NString()' should return member 'ActionFoldI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:298:10: performance: Function 'getRiverI18NString()' should return member 'RiverI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:302:10: performance: Function 'getTurnI18NString()' should return member 'TurnI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:306:10: performance: Function 'getFlopI18NString()' should return member 'FlopI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:310:10: performance: Function 'getPreflopI18NString()' should return member 'PreflopI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:314:10: performance: Function 'getHandI18NString()' should return member 'HandI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:318:10: performance: Function 'getGameI18NString()' should return member 'GameI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:322:10: performance: Function 'getBetsI18NString()' should return member 'BetsI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:326:10: performance: Function 'getTotalI18NString()' should return member 'TotalI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.h:330:10: performance: Function 'getPotI18NString()' should return member 'PotI18NString' by const reference. [returnByReference] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:137:9: style: The scope of the variable 'tempString1' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:1706:9: style: The scope of the variable 'tempString1' can be reduced. [variableScope] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:1699:63: performance: Function parameter 'field' should be passed by const reference. [passedByValue] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:143:17: style: Variable 'CardDeckElement' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:137:20: style: Variable 'tempString1' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/gui/qt/styles/gametablestylereader.cpp:1706:20: style: Variable 'tempString1' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/gui/qt/timeoutmsgbox/timeoutmsgboximpl.cpp:37:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/gui/qt/timeoutmsgbox/timeoutmsgboximpl.h:54:2: style: Class 'timeoutMsgBoxImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/load.cpp:79:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable asn_DEF_PokerTHMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/load.cpp:108:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable asn_DEF_PokerTHMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/load.cpp:137:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/load.cpp:53:2: style: Struct 'NetSession' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/load.cpp:360:13: warning:inconclusive: Possible null pointer dereference: msg [nullPointer] pokerth-1.1.2/src/load.cpp:347:10: note: Assignment 'msg=NULL', assigned value is 0 pokerth-1.1.2/src/load.cpp:360:13: note: Null pointer dereference pokerth-1.1.2/src/load.cpp:416:14: warning:inconclusive: Possible null pointer dereference: msg [nullPointer] pokerth-1.1.2/src/load.cpp:422:11: note: Assignment 'msg=NULL', assigned value is 0 pokerth-1.1.2/src/load.cpp:400:16: note: Assuming condition is false pokerth-1.1.2/src/load.cpp:416:14: note: Null pointer dereference pokerth-1.1.2/src/load.cpp:65:22: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/load.cpp:66:24: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/load.cpp:79:66: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/load.cpp:213:11: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/load.cpp:261:27: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/load.cpp:271:11: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/load.cpp:318:10: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/load.cpp:382:11: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/asioreceivebuffer.cpp:45:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recvBuf [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/asioreceivebuffer.cpp:52:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recvBuf [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/asioreceivebuffer.cpp:64:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable operation_aborted [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/asioreceivebuffer.cpp:101:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recvBufUsed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/asioreceivebuffer.cpp:145:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recvBufUsed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/asiosendbuffer.cpp:51:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sendBuf [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/asiosendbuffer.cpp:58:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable closeAfterSend [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/asiosendbuffer.cpp:66:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/asiosendbuffer.cpp:82:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable curWriteBufUsed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/asiosendbuffer.cpp:105:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NET_HEADER_SIZE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/asiosendbuffer.cpp:106:4: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/asiosendbuffer.cpp:122:31: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/chatcleanermanager.cpp:48:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_recvBuf [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/chatcleanermanager.cpp:63:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_serverAddr [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/chatcleanermanager.cpp:74:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_useIpv6 [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/chatcleanermanager.cpp:100:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_connected [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/chatcleanermanager.cpp:128:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/chatcleanermanager.cpp:141:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_CleanerInitMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/chatcleanermanager.cpp:175:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_recvBufUsed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/chatcleanermanager.cpp:238:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_CleanerInitAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/chatcleanermanager.cpp:273:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLEANER_NET_HEADER_SIZE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/chatcleanermanager.cpp:285:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curRequestId [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/chatcleanermanager.cpp:274:4: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/clientcontext.cpp:50:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientcontext.cpp:56:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientcontext.cpp:62:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_resolver [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientcontext.cpp:68:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_resolver [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:100:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_SOCK_SERVERADDR_NOT_SET [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:150:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterator [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:165:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_SOCK_RESOLVE_DONE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:197:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_SOCK_INVALID_SERVERLIST_URL [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:250:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:262:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_downloadHelper [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:277:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:311:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable in [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:421:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:437:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_SOCK_SERVER_LIST_DONE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:473:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:494:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_remoteEndpointIterator [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:503:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_SOCK_CONNECT_DONE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:536:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET6 [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:557:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_PlayerInfoReplyMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:934:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AnnounceMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1006:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1018:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ErrorMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1034:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_InitMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1120:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AuthServerChallengeMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1167:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AuthServerVerificationMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1209:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_InitAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1270:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_JoinGameAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1372:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_StartEventMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1419:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1435:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_StartEventAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1457:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameStartInitialMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1497:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameStartInitialMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1595:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_HandStartMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1760:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_PlayersActionDoneMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:2069:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_ACTION_NONE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientstate.cpp:1608:37: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/clientstate.cpp:1610:13: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/clientstate.cpp:678:10: style: The scope of the variable 'playerName' can be reduced. [variableScope] pokerth-1.1.2/src/net/common/clientthread.cpp:83:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ioService [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:106:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:131:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_KickPlayerRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:142:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_LeaveGameRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:154:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_StartEventMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:168:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pingDataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:194:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ChatRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:209:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ChatRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:223:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ChatRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:238:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_JoinExistingGameMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:255:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_JoinExistingGameMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:272:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_RejoinExistingGameMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:286:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_JoinNewGameMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:303:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ResetTimeoutMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:312:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AskKickPlayerMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:323:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_VoteKickRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:338:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ShowMyCardsRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:347:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_InvitePlayerToGameMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:358:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_RejectGameInvitationMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:369:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ReportAvatarMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:384:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ReportGameMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:394:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AdminRemoveGameMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:404:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AdminBanPlayerMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:419:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_SOCK_CONN_RESET [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:431:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_selectServerMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:439:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_loginDataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:449:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_serverInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:461:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:487:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_playerInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:508:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:531:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gui [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:537:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gui [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:543:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_clientLog [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:549:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_avatarManager [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:556:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ioService [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:598:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:610:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_authContext [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:623:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_authContext [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:640:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numberOfPlayers [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:682:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_playerInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:703:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_PlayerInfoRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:724:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_playerInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:794:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:809:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_avatarDownloader [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:847:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tempAvatarMap [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:855:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_INVALID_REQUEST_ID [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:865:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_INVALID_REQUEST_ID [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:884:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AVATAR_FILE_TYPE_UNKNOWN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:911:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_avatarDownloader [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:932:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_SubscriptionRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:948:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_SubscriptionRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:960:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_context [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:967:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_context [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:978:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:992:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET6 [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1018:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curState [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1025:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curState [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1034:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_stateTimer [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1040:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_senderHelper [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1047:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curGameIdMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1054:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curGameIdMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1061:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_authContext [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1068:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1074:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1080:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_startData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1086:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_startData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1092:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_guiPlayerIdMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1099:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_origGuiPlayerNum [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1105:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_guiPlayerIdMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1112:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1119:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable myQtToolsInterface [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1130:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_RIGHTS_NORMAL [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1195:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1218:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_origGuiPlayerNum [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1245:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_playerDataList [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1290:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_serverInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1300:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_serverInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1310:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_selectServerMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1324:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET6 [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1337:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_loginDataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1349:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1360:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1376:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1392:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1408:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1424:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1440:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1456:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1470:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1482:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1498:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1512:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameInfoMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1520:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curPetitionIdMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1535:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curPetitionIdMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1548:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curPetitionIdMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1558:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curStatsMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1574:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pingDataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1583:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curStatsMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1590:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionEstablished [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1596:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionEstablished [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1613:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable in [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:1625:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable out [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/clientthread.cpp:565:33: style: Local variable 'ioWork' shadows outer variable [shadowVariable] pokerth-1.1.2/src/net/common/clientthread.cpp:556:32: note: Shadowed declaration pokerth-1.1.2/src/net/common/clientthread.cpp:565:33: note: Shadow variable pokerth-1.1.2/src/net/common/downloaderthread.cpp:60:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_downloadQueueMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/downloaderthread.cpp:67:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_downloadDoneQueueMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/downloaderthread.cpp:75:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_downloadDoneQueueMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/downloaderthread.cpp:91:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_downloadInProgress [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/downloaderthread.cpp:111:20: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/downloadhelper.cpp:57:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_SOCK_TRANSFER_OPEN_FAILED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/ircthread.cpp:95:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/ircthread.cpp:294:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_callback [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/ircthread.cpp:379:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable session [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/ircthread.cpp:422:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIBIRC_OPTION_STRIPNICKS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/ircthread.cpp:470:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_IRC_SELECT_FAILED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/ircthread.cpp:501:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_IRC_INTERNAL [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/ircthread.cpp:533:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_context [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/ircthread.cpp:540:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_context [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/ircthread.cpp:546:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_callback [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/ircthread.cpp:72:2: style: Struct 'IrcContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/net/common/net_helper_server.cpp:33:0: error: #error This file is only for the server. [preprocessorErrorDirective] pokerth-1.1.2/src/net/common/netpacket.cpp:41:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_msg [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/netpacket.cpp:51:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_msg [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/netpacket.cpp:75:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_msg [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/netpacket.cpp:94:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_msg [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/netpacket.cpp:104:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAISE_ON_HANDNUMBER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/netpacket.cpp:132:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAISE_ON_HANDNUMBER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/netpacket.cpp:156:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_VERSION_NOT_SUPPORTED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/netpacket.cpp:210:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initVersionNotSupported [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveracceptwebhelper.cpp:50:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveracceptwebhelper.cpp:80:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_webSocketResource [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveracceptwebhelper.cpp:93:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_webSocketServer [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveracceptwebhelper.cpp:116:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BINARY [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveradminbot.cpp:72:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveradminbot.cpp:87:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircNick [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveradminbot.cpp:93:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircAdminThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveradminbot.cpp:278:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircAdminThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveradminbot.cpp:310:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveradminbot.cpp:317:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircAdminThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveradminbot.cpp:332:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_cacheDir [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveradminbot.cpp:350:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_notifyMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveradminbot.cpp:406:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircAdminThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveradminbot.cpp:419:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircAdminThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serveradminbot.cpp:428:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:55:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_banMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:64:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_banMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:76:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_banMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:88:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_banMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:101:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_banMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:123:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_banMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:153:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_banMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:162:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_ID_INVALID [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:176:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_banMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:202:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_banMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:222:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extended [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:248:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ioService [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverbanmanager.cpp:268:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curBanId [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:101:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_id [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:107:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_name [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:113:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_creatorPlayerDBId [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:140:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:151:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:163:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:202:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:217:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_REMOVED_GAME_CLOSED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:225:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curState [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:301:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gameType [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:361:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rankingMap [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:424:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rankingMap [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:436:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_ID_INVALID [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:448:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_autoLeavePlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:478:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_REMOVED_KICKED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:495:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:543:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AskKickDeniedMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:556:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_voteKickData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:587:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_VoteKickReplyMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:606:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_computerPlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:621:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_computerPlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:638:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:653:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Spectating [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:678:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:688:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:703:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_adminPlayerId [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:709:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_adminPlayerId [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:715:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_playerInvitationListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:724:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_playerInvitationListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:732:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_playerInvitationListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:742:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_autoLeavePlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:749:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rejoinPlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:756:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_rejoinPlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:765:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_reactivatePlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:772:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_reactivatePlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:781:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_newSpectatorListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:788:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_newSpectatorListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:797:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_isNameReported [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:803:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_isNameReported [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:810:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_computerPlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:821:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_computerPlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:841:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_computerPlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:855:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_computerPlayerListMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:873:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_INVALID_SESSION [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:897:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameAdminChangedMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:948:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_INVALID_SESSION [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:966:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1037:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionManager [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1043:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionManager [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1049:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_database [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1056:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1063:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gui [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1069:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curState [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1076:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curState [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1085:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_stateTimer1 [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1091:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_stateTimer2 [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1098:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1105:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1111:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1117:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_startData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1123:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_startData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1135:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_password [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1142:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SERVER_MODE_LAN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1165:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gui [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1171:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gameNum [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergame.cpp:1181:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_numJoinsPerPlayer [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:100:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_NO_CURRENT_PLAYER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:128:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_DealFlopCardsMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:167:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_NO_CURRENT_PLAYER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:223:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_RIVER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:248:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_PlayerInfoRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:387:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GamePlayerJoinedMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:399:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameSpectatorJoinedMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:410:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_JoinGameAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:428:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_HandStartMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:483:117: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:506:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s_state [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:551:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_REMOVED_GAME_FULL [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:571:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_REMOVED_GAME_FULL [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:582:91: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gameType [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:601:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SERVER_MODE_LAN [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:633:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_TimeoutWarningMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:656:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_REMOVED_TIMEOUT [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:665:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maxNumberOfPlayers [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:700:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_StartEventMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:761:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s_state [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:779:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:792:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_REMOVED_ALREADY_RUNNING [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:806:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_StartEventAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:837:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_REMOVED_START_FAILED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:884:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_StartEventMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:903:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SpectatorWaiting [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:911:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ResetTimeoutMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:924:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s_state [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:942:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:983:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_STATE_POST_RIVER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1153:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1164:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_NO_CURRENT_PLAYER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1190:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_EndOfGameMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1290:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_SOCK_INVALID_STATE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1357:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable playerActionTimeoutSec [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1429:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Spectating [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1445:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_PlayerIdChangedMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1472:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameStartRejoinMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1500:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s_state [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1514:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable playerActionTimeoutSec [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1539:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_MyActionRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1610:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_NO_CURRENT_PLAYER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1634:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s_state [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1651:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable delayBetweenHandsSec [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1673:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ShowMyCardsRequestMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1703:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s_state [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servergamestate.cpp:1283:37: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/servergamestate.cpp:1288:40: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/serverlobbybot.cpp:66:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbybot.cpp:80:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircNick [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbybot.cpp:103:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircLobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbybot.cpp:116:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircLobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbybot.cpp:132:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircLobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbybot.cpp:151:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircLobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbybot.cpp:162:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircLobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbybot.cpp:171:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:142:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_PLAYER_KICKED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:150:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_PLAYER_KICKED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:259:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ioService [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:278:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statisticsFileName [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:321:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AnnounceMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:362:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_RemovedFromGameMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:401:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:416:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Closed [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:458:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Established [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:466:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Established [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:475:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameListPlayerJoinedMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:489:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameListPlayerLeftMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:503:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameListSpectatorJoinedMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:517:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameListSpectatorLeftMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:532:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameListAdminChangedMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:544:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_MODE_STARTED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:552:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_MODE_CREATED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:608:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_PLAYER_KICKED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:676:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ChatMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:689:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_DialogMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:701:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ChatMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:719:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ChatMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:740:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_computerPlayersMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:747:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_computerPlayersMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:766:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_avatarManager [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:772:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_chatCleanerManager [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:779:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:786:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_startTime [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:792:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_mode [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:798:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sender [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:805:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ioService [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:812:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_database [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:818:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_banManager [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:825:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_internalServerCallback [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:831:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curSessionId [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:837:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curUniquePlayerIdMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:848:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curGameId [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:867:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ioService [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:897:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:923:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_authContext [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:936:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_authContext [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:979:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Init [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1047:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_timerClientAddressMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1181:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AuthServerVerificationMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1201:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_AVATAR_FILE_SIZE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1266:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_WRONG_AVATAR_SIZE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1286:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_computerPlayersMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1326:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MD5_DATA_SIZE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1370:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_JOIN_GAME_BAD_NAME [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1416:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_JOIN_NO_SPECTATORS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1457:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NTF_NET_JOIN_GAME_INVALID [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1466:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLAYER_RIGHTS_GUEST [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1533:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rejectReasonNo [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1572:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ReportGameAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1595:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AdminRemoveGameAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1615:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AdminBanPlayerAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1661:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AuthServerChallengeMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1718:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_INVALID_SESSION [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1813:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_INVALID_PASSWORD [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1824:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ReportAvatarAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1840:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ReportGameAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1856:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_AdminBanPlayerAckMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1867:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_PLAYER_BLOCKED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1874:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_INVALID_SESSION [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1896:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Game [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1915:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_timerClientAddressMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1972:106: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Established [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1990:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2067:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Established [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2081:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_TimeoutWarningMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2096:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_PLAYER_KICKED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2112:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_ErrorMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2122:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_JoinGameFailedMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2171:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Established [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2199:95: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Established [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2218:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_StatisticsMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2233:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable in [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2261:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2286:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gui [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2292:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ircBotCb [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2299:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_internalServerCallback [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2305:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gui [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2328:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_PlayerListMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2339:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_PlayerListMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2350:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameListNewMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2382:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type_GameListUpdateMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:107:2: style: Class 'InternalServerCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1759:43: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2016:34: style: Local variable 'session' shadows outer variable [shadowVariable] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2011:33: note: Shadowed declaration pokerth-1.1.2/src/net/common/serverlobbythread.cpp:2016:34: note: Shadow variable pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1236:32: error: Out of bounds access of avatarBlock, index 'avatarBlock.size()' is out of bounds. [containerOutOfBoundsIndexExpression] pokerth-1.1.2/src/net/common/serverlobbythread.cpp:1086:61: warning: Found calculation inside sizeof(). [sizeofCalculation] pokerth-1.1.2/src/net/common/servermanager.cpp:66:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ioService [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servermanager.cpp:86:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRANSPORT_PROTOCOL_TCP [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servermanager.cpp:126:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servermanagerirc.cpp:45:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ioService [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/servermanagerirc.cpp:85:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lobbyThread [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:79:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_id [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:85:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:92:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:99:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:106:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:113:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_socket [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:119:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_webData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:125:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:136:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:153:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:176:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_authSession [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:187:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_authSession [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:195:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_password [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:201:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_nextGsaslMsg [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:207:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_curAuthStep [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:213:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_authSession [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:224:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Init [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:234:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NET_SESSION_TIMED_OUT [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:242:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_activityWarningRemainingSec [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:255:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:262:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:269:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:276:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:283:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:290:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:297:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:304:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:311:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_socket [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:320:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_webData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:334:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:345:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:356:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:367:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:381:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:390:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:397:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessiondata.cpp:404:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:53:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:68:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:78:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:86:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:97:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:123:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:147:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:169:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:191:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:236:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:255:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:283:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:300:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:316:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:330:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:347:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:355:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:372:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:390:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:409:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/sessionmanager.cpp:428:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_sessionMapMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/socket_startup.cpp:89:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRYCTL_SET_THREAD_CBS [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/socket_startup.cpp:128:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable invalid_socket [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/socket_startup.cpp:144:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable invalid_socket [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/socket_startup.cpp:52:10: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/socket_startup.cpp:146:51: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/transferhelper.cpp:61:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable curlHandle [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/transferhelper.cpp:87:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable curlMultiHandle [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/transferhelper.cpp:144:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable post [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/transferhelper.cpp:166:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable returnMessage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/transferhelper.cpp:174:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_data [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/uploaderthread.cpp:58:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_uploadQueueMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/uploaderthread.cpp:68:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_uploadInProgress [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/uploadhelper.cpp:80:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_SOCK_TRANSFER_OPEN_FAILED [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/uploadhelper.cpp:47:37: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/uploadhelper.cpp:54:3: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/net/common/websendbuffer.cpp:48:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable closeAfterSend [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/websendbuffer.cpp:59:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable closeAfterSend [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/websendbuffer.cpp:81:120: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BINARY [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/net/common/websendbuffer.cpp:81:61: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/playerdata.cpp:55:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:62:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:69:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:76:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:83:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:90:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:97:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:103:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:110:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_netAvatarFile [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:116:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_netAvatarFile [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:122:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:129:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:136:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:143:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:150:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:157:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:165:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_uniqueId [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:171:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:178:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:185:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:192:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:199:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:206:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:213:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:220:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:227:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:234:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/playerdata.cpp:241:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dataMutex [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/pokerth.cpp:90:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CURL_GLOBAL_NOTHING [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/pokerth_server.cpp:113:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/session.cpp:277:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GAME_TYPE_NONE [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/session.h:80:11: style:inconclusive: Technically the member function 'Session::getGameType' can be const. [functionConst] pokerth-1.1.2/src/session.cpp:169:28: note: Technically the member function 'Session::getGameType' can be const. pokerth-1.1.2/src/session.h:80:11: note: Technically the member function 'Session::getGameType' can be const. pokerth-1.1.2/src/session.cpp:554:46: style:inconclusive: Function 'getClientGameInfo' argument 1 names different: declaration 'gameId' definition 'playerId'. [funcArgNamesDifferent] pokerth-1.1.2/src/session.h:127:38: note: Function 'getClientGameInfo' argument 1 names different: declaration 'gameId' definition 'playerId'. pokerth-1.1.2/src/session.cpp:554:46: note: Function 'getClientGameInfo' argument 1 names different: declaration 'gameId' definition 'playerId'. pokerth-1.1.2/src/tests/pokerth_tests.cpp:8:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Alloc [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/protobuf/chatcleaner.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective] pokerth-1.1.2/src/third_party/protobuf/pokerth.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective] pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile.h:59:5: style: Class 'QtLockedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_unix.cpp:59:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_WRLCK [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_unix.cpp:89:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_UNLCK [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_win.cpp:45:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FORMAT_MESSAGE_ALLOCATE_BUFFER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_win.cpp:71:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_semaphore_hnd [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_win.cpp:162:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_semaphore_hnd [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_win.cpp:178:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_mutex_hnd [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_win.cpp:48:37: warning: Either the condition 'data!=0' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck] pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_win.cpp:49:14: note: Assuming that condition 'data!=0' is not redundant pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_win.cpp:48:37: note: Null pointer dereference pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_win.cpp:47:21: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_win.cpp:77:44: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/third_party/qtlockedfile/qtlockedfile_win.cpp:97:53: style: C-style pointer casting [cstyleCast] pokerth-1.1.2/src/third_party/qtsingleapplication/qtlocalpeer.cpp:91:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/qtsingleapplication/qtlocalpeer.h:46:13: performance: Function 'applicationId()' should return member 'id' by const reference. [returnByReference] pokerth-1.1.2/src/third_party/qtsingleapplication/qtsingleapplication.cpp:82:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/qtsingleapplication/qtsingleapplication.cpp:109:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/qtsingleapplication/qtsingleapplication.cpp:124:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FileOpen [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/qtsingleapplication/qtsingleapplication.cpp:187:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowMinimized [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/qtsingleapplication/qtsingleapplication.h:52:13: performance: Function 'applicationId()' should return member 'appId' by const reference. [returnByReference] pokerth-1.1.2/src/third_party/qtsingleapplication/qtsingleapplication.cpp:53:57: style:inconclusive: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/qtsingleapplication/qtsingleapplication.h:43:40: note: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'. pokerth-1.1.2/src/third_party/qtsingleapplication/qtsingleapplication.cpp:53:57: note: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'. pokerth-1.1.2/src/third_party/qtsingleapplication/qtsinglecoreapplication.cpp:43:65: style:inconclusive: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/qtsingleapplication/qtsinglecoreapplication.h:42:44: note: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'. pokerth-1.1.2/src/third_party/qtsingleapplication/qtsinglecoreapplication.cpp:43:65: note: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'. pokerth-1.1.2/src/third_party/sqlite3/shell.c:105:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RUSAGE_SELF [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:121:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RUSAGE_SELF [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:345:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:397:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:822:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_TEXT [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:880:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1459:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1577:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2538:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2677:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2733:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2769:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2406:36: error: Array 'azArg[50]' accessed at index 99, which is out of bounds. [arrayIndexOutOfBounds] pokerth-1.1.2/src/third_party/sqlite3/shell.c:959:8: style: Obsolete function 'sqlite3_prepare' called. It is recommended to use 'sqlite3_prepare_v2' instead. [prohibitedsqlite3_prepareCalled] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1296:10: style: Obsolete function 'sqlite3_prepare' called. It is recommended to use 'sqlite3_prepare_v2' instead. [prohibitedsqlite3_prepareCalled] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1753:10: style: Obsolete function 'sqlite3_prepare' called. It is recommended to use 'sqlite3_prepare_v2' instead. [prohibitedsqlite3_prepareCalled] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1777:10: style: Obsolete function 'sqlite3_prepare' called. It is recommended to use 'sqlite3_prepare_v2' instead. [prohibitedsqlite3_prepareCalled] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2606:14: portability: Non reentrant function 'getpwuid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwuid_r'. [prohibitedgetpwuidCalled] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2517:9: style: Condition 'zLine' is always true [knownConditionTrueFalse] pokerth-1.1.2/src/third_party/sqlite3/shell.c:354:7: error: Common realloc mistake: 'zLine' nulled but not freed upon failure [memleakOnRealloc] pokerth-1.1.2/src/third_party/sqlite3/shell.c:376:3: error: Common realloc mistake: 'zLine' nulled but not freed upon failure [memleakOnRealloc] pokerth-1.1.2/src/third_party/sqlite3/shell.c:973:27: warning: Either the condition 'z==0' is redundant or there is possible null pointer dereference: z. [nullPointerRedundantCheck] pokerth-1.1.2/src/third_party/sqlite3/shell.c:977:10: note: Assuming that condition 'z==0' is not redundant pokerth-1.1.2/src/third_party/sqlite3/shell.c:973:27: note: Null pointer dereference pokerth-1.1.2/src/third_party/sqlite3/shell.c:2459:10: warning: Either the condition 'zLine' is redundant or there is possible null pointer dereference: zLine. [nullPointerRedundantCheck] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2517:9: note: Assuming that condition 'zLine' is not redundant pokerth-1.1.2/src/third_party/sqlite3/shell.c:2527:32: note: Calling function '_is_command_terminator', 1st argument 'zLine' value is 0 pokerth-1.1.2/src/third_party/sqlite3/shell.c:2459:10: note: Null pointer dereference pokerth-1.1.2/src/third_party/sqlite3/shell.c:1646:11: style: Local variable 'i' shadows outer variable [shadowVariable] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1531:7: note: Shadowed declaration pokerth-1.1.2/src/third_party/sqlite3/shell.c:1646:11: note: Shadow variable pokerth-1.1.2/src/third_party/sqlite3/shell.c:1732:9: style: Local variable 'i' shadows outer variable [shadowVariable] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1531:7: note: Shadowed declaration pokerth-1.1.2/src/third_party/sqlite3/shell.c:1732:9: note: Shadow variable pokerth-1.1.2/src/third_party/sqlite3/shell.c:1735:11: style: Local variable 'zLine' shadows outer argument [shadowArgument] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1530:34: note: Shadowed declaration pokerth-1.1.2/src/third_party/sqlite3/shell.c:1735:11: note: Shadow variable pokerth-1.1.2/src/third_party/sqlite3/shell.c:1800:16: style: Local variable 'c' shadows outer variable [shadowVariable] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1533:10: note: Shadowed declaration pokerth-1.1.2/src/third_party/sqlite3/shell.c:1800:16: note: Shadow variable pokerth-1.1.2/src/third_party/sqlite3/shell.c:2099:11: style: Local variable 'i' shadows outer variable [shadowVariable] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1531:7: note: Shadowed declaration pokerth-1.1.2/src/third_party/sqlite3/shell.c:2099:11: note: Shadow variable pokerth-1.1.2/src/third_party/sqlite3/shell.c:2171:9: style: Local variable 'i' shadows outer variable [shadowVariable] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1531:7: note: Shadowed declaration pokerth-1.1.2/src/third_party/sqlite3/shell.c:2171:9: note: Shadow variable pokerth-1.1.2/src/third_party/sqlite3/shell.c:2233:11: style: Local variable 'i' shadows outer variable [shadowVariable] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1531:7: note: Shadowed declaration pokerth-1.1.2/src/third_party/sqlite3/shell.c:2233:11: note: Shadow variable pokerth-1.1.2/src/third_party/sqlite3/shell.c:2274:9: style: Local variable 'rc' shadows outer variable [shadowVariable] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1534:7: note: Shadowed declaration pokerth-1.1.2/src/third_party/sqlite3/shell.c:2274:9: note: Shadow variable pokerth-1.1.2/src/third_party/sqlite3/shell.c:2275:9: style: Local variable 'i' shadows outer variable [shadowVariable] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1531:7: note: Shadowed declaration pokerth-1.1.2/src/third_party/sqlite3/shell.c:2275:9: note: Shadow variable pokerth-1.1.2/src/third_party/sqlite3/shell.c:2275:12: style: Local variable 'n' shadows outer variable [shadowVariable] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1533:7: note: Shadowed declaration pokerth-1.1.2/src/third_party/sqlite3/shell.c:2275:12: note: Shadow variable pokerth-1.1.2/src/third_party/sqlite3/shell.c:110:40: style: Parameter 'pStart' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/shell.c:110:64: style: Parameter 'pEnd' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/shell.c:337:34: style: Parameter 'zPrompt' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/shell.c:497:9: style: Variable 'zBlob' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/shell.c:669:82: style: Parameter 'aiType' can be declared as pointer to const. However it seems that 'shell_callback' is a callback function, if 'aiType' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/shell.c:3002:43: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/shell.c:669:82: note: Parameter 'aiType' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/shell.c:751:15: style: Variable 'z' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/shell.c:819:15: style: Variable 'zSep' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1728:11: style: Variable 'zFile' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1737:11: style: Variable 'zCommit' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2245:17: style: Variable 'zSp' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2604:18: style: Variable 'pwent' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/shell.c:1697:28: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:17307:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xMutexAlloc [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:17352:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mutexIsInit [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:18029:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PTHREAD_MUTEX_INITIALIZER [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:22340:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _ht [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:25555:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:25672:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26064:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26203:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26295:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_WRLCK [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26345:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_WRLCK [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26492:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_WRLCK [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26722:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_RDLCK [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:27015:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:27067:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28023:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28111:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28185:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOSPC [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28352:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28401:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28445:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28475:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28536:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28760:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_RDLCK [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28943:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:29102:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:29181:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_UNLCK [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:30135:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:30294:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:30489:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:37361:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nPage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:45977:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable aCksum [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:46870:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WalSegment [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:50388:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nSize [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:52448:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nRef [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:52905:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iPage [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:53710:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable leaf [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:53735:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable leaf [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:56006:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable balance_deeper_called [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:58159:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rc2 [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:58974:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable zMalloc [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:58992:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable zMalloc [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:59104:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_TEXT [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60737:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_TEXT [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63372:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AuxData [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:64513:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_TEXT [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:64652:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_TEXT [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:66009:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flags [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75035:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pLeft [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75085:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iTable [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:77233:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iCacheLevel [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:80340:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:81431:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nVar [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:81721:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pOld [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:83035:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88173:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mayAbort [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88306:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mayAbort [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:89649:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isHidden [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:93723:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rcp [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:97859:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isHidden [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100505:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable aDb [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101162:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rc [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:102272:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xRollback [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:102281:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xCommit [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:103237:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQLITE_TEXT [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104441:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable affinity [valueFlowBailoutIncompleteVar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:14865:3: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:69387:55: warning: Assert statement calls a function which may have desired side effects: 'sqlite3BtreeNext'. [assertWithSideEffect] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:69388:55: warning: Assert statement calls a function which may have desired side effects: 'sqlite3BtreePrevious'. [assertWithSideEffect] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73845:11: warning: Assert statement calls a function which may have desired side effects: 'sqlite3ExprIsInteger'. [assertWithSideEffect] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75606:15: warning: Assert statement calls a function which may have desired side effects: 'sqlite3GetInt32'. [assertWithSideEffect] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:86998:22: warning: Assert statement calls a function which may have desired side effects: 'sqlite3_value_blob'. [assertWithSideEffect] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87062:18: warning: Assert statement calls a function which may have desired side effects: 'sqlite3_value_blob'. [assertWithSideEffect] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:115274:18: warning: Assert statement modifies 'x'. [assignmentInAssert] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94599:10: error: Returning pointer to local variable 'standin' that will be invalid when returning. [returnDanglingLifetime] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94570:12: note: Address of variable taken here. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94591:9: note: Assuming condition is false pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94564:10: note: Variable created here. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94599:10: note: Returning pointer to local variable 'standin' that will be invalid when returning. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:99290:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88507:16: warning: The address of variable 'iCol' might be accessed at non-zero index. [objectIndex] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88504:15: note: Address of variable taken here. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88507:16: note: The address of variable 'iCol' might be accessed at non-zero index. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88508:14: warning: The address of variable 'iCol' might be accessed at non-zero index. [objectIndex] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88504:15: note: Address of variable taken here. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88508:14: note: The address of variable 'iCol' might be accessed at non-zero index. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13977:8: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:27006:5: style: Obsolescent function 'utimes' called. It is recommended to use 'utimensat' instead. [prohibitedutimesCalled] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107370:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:48214:9: style: The if condition is the same as the previous if condition [duplicateCondition] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:48209:9: note: First condition pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:48214:9: note: Second condition pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73741:11: style: The if condition is the same as the previous if condition [duplicateCondition] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73737:11: note: First condition pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73741:11: note: Second condition pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100740:7: style: The if condition is the same as the previous if condition [duplicateCondition] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100732:7: note: First condition pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100740:7: note: Second condition pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:40175:41: style: Expression '(X & 0x4) != 0x1' is always true. [comparisonError] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:40176:41: style: Expression '(X & 0x2) != 0x1' is always true. [comparisonError] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:40178:41: style: Expression '(X & 0x0) != 0x1' is always true. [comparisonError] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20847:7: style: Condition 'bom' is always false [knownConditionTrueFalse] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20833:12: note: Assignment 'bom=0', assigned value is 0 pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20847:7: note: Condition 'bom' is always false pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:59107:56: style: Condition 'sqlite3VdbeMemHandleBom(pMem)' is always false [knownConditionTrueFalse] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20832:12: note: Assignment 'rc=0', assigned value is 0 pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:59107:56: note: Calling function 'sqlite3VdbeMemHandleBom' returns 0 pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:59107:56: note: Condition 'sqlite3VdbeMemHandleBom(pMem)' is always false pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:74355:10: style: Condition 'pNC->hasAgg' is always false [knownConditionTrueFalse] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:74343:17: note: Assignment 'pNC->hasAgg=0', assigned value is 0 pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:74355:10: note: Condition 'pNC->hasAgg' is always false pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:15370:3: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26811:7: warning: Either the condition 'id' is redundant or there is possible null pointer dereference: pFile. [nullPointerRedundantCheck] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:27088:7: note: Assuming that condition 'id' is not redundant pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:27093:22: note: Calling function 'closeUnixFile', 1st argument 'id' value is 0 pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26810:21: note: Assignment 'pFile=(struct unixFile*)id', assigned value is 0 pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26811:7: note: Null pointer dereference pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26843:16: warning: Either the condition 'pFile->pInode' is redundant or there is possible null pointer dereference: pFile->pInode. [nullPointerRedundantCheck] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26844:7: note: Assuming that condition 'pFile->pInode' is not redundant pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26843:16: note: Null pointer dereference pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:40802:47: warning: Either the condition '!pMaster' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:40803:7: note: Assuming that condition '!pMaster' is not redundant pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:40802:47: note: Null pointer addition pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:76346:23: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60941:12: style: Variable 'p->magic' is reassigned a value before the old one has been used. [redundantAssignment] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60931:12: note: p->magic is assigned pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60941:12: note: p->magic is overwritten pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73763:26: style: The comparison 'pNC->nRef >= nRef' is always true because 'pNC->nRef' and 'nRef' represent the same value. [knownConditionTrueFalse] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73756:23: note: 'nRef' is assigned value 'pNC->nRef' here. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73763:26: note: The comparison 'pNC->nRef >= nRef' is always true because 'pNC->nRef' and 'nRef' represent the same value. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73764:17: style: The comparison 'nRef != pNC->nRef' is always false because 'nRef' and 'pNC->nRef' represent the same value. [knownConditionTrueFalse] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73756:23: note: 'nRef' is assigned value 'pNC->nRef' here. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73764:17: note: The comparison 'nRef != pNC->nRef' is always false because 'nRef' and 'pNC->nRef' represent the same value. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:96703:18: style: The comparison 'pKeyDup == 0' is always true. [knownConditionTrueFalse] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:96691:22: note: 'pKeyDup' is assigned value '0' here. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:96703:18: note: The comparison 'pKeyDup == 0' is always true. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:22424:16: style: Checking if unsigned expression 'pH->count' is less than zero. [unsignedLessThanZero] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:55073:19: style: Checking if unsigned expression 'pPage->nCell' is less than zero. [unsignedLessThanZero] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:86263:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13390:8: style:inconclusive: Function 'sqlite3_db_status' argument 3 names different: declaration 'pCur' definition 'pCurrent'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6486:57: note: Function 'sqlite3_db_status' argument 3 names different: declaration 'pCur' definition 'pCurrent'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13390:8: note: Function 'sqlite3_db_status' argument 3 names different: declaration 'pCur' definition 'pCurrent'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13391:8: style:inconclusive: Function 'sqlite3_db_status' argument 4 names different: declaration 'pHiwtr' definition 'pHighwater'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6486:68: note: Function 'sqlite3_db_status' argument 4 names different: declaration 'pHiwtr' definition 'pHighwater'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13391:8: note: Function 'sqlite3_db_status' argument 4 names different: declaration 'pHiwtr' definition 'pHighwater'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13392:7: style:inconclusive: Function 'sqlite3_db_status' argument 5 names different: declaration 'resetFlg' definition 'resetFlag'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6486:80: note: Function 'sqlite3_db_status' argument 5 names different: declaration 'resetFlg' definition 'resetFlag'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13392:7: note: Function 'sqlite3_db_status' argument 5 names different: declaration 'resetFlg' definition 'resetFlag'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:14946:54: style:inconclusive: Function 'sqlite3_vfs_find' argument 1 names different: declaration 'zVfsName' definition 'zVfs'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:5989:54: note: Function 'sqlite3_vfs_find' argument 1 names different: declaration 'zVfsName' definition 'zVfs'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:14946:54: note: Function 'sqlite3_vfs_find' argument 1 names different: declaration 'zVfsName' definition 'zVfs'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:18714:66: style:inconclusive: Function 'sqlite3_soft_heap_limit64' argument 1 names different: declaration 'N' definition 'n'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:5285:66: note: Function 'sqlite3_soft_heap_limit64' argument 1 names different: declaration 'N' definition 'n'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:18714:66: note: Function 'sqlite3_soft_heap_limit64' argument 1 names different: declaration 'N' definition 'n'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:18734:45: style:inconclusive: Function 'sqlite3_soft_heap_limit' argument 1 names different: declaration 'N' definition 'n'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:5296:63: note: Function 'sqlite3_soft_heap_limit' argument 1 names different: declaration 'N' definition 'n'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:18734:45: note: Function 'sqlite3_soft_heap_limit' argument 1 names different: declaration 'N' definition 'n'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20442:49: style:inconclusive: Function 'sqlite3_randomness' argument 2 names different: declaration 'P' definition 'pBuf'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:2786:49: note: Function 'sqlite3_randomness' argument 2 names different: declaration 'P' definition 'pBuf'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20442:49: note: Function 'sqlite3_randomness' argument 2 names different: declaration 'P' definition 'pBuf'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20869:51: style:inconclusive: Function 'sqlite3Utf8CharLen' argument 1 names different: declaration 'pData' definition 'zIn'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:11822:51: note: Function 'sqlite3Utf8CharLen' argument 1 names different: declaration 'pData' definition 'zIn'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20869:51: note: Function 'sqlite3Utf8CharLen' argument 1 names different: declaration 'pData' definition 'zIn'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20971:52: style:inconclusive: Function 'sqlite3Utf16ByteLen' argument 1 names different: declaration 'pData' definition 'zIn'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:11821:52: note: Function 'sqlite3Utf16ByteLen' argument 1 names different: declaration 'pData' definition 'zIn'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20971:52: note: Function 'sqlite3Utf16ByteLen' argument 1 names different: declaration 'pData' definition 'zIn'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:22465:84: style:inconclusive: Function 'sqlite3HashInsert' argument 4 names different: declaration 'pData' definition 'data'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:7623:81: note: Function 'sqlite3HashInsert' argument 4 names different: declaration 'pData' definition 'data'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:22465:84: note: Function 'sqlite3HashInsert' argument 4 names different: declaration 'pData' definition 'data'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:36398:11: style:inconclusive: Function 'sqlite3PcacheOpen' argument 6 names different: declaration 'pToInit' definition 'p'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:9114:11: note: Function 'sqlite3PcacheOpen' argument 6 names different: declaration 'pToInit' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:36398:11: note: Function 'sqlite3PcacheOpen' argument 6 names different: declaration 'pToInit' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:36654:64: style:inconclusive: Function 'sqlite3PcacheTruncate' argument 2 names different: declaration 'x' definition 'pgno'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:9140:57: note: Function 'sqlite3PcacheTruncate' argument 2 names different: declaration 'x' definition 'pgno'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:36654:64: note: Function 'sqlite3PcacheTruncate' argument 2 names different: declaration 'x' definition 'pgno'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:43424:7: style:inconclusive: Function 'sqlite3PagerAcquire' argument 4 names different: declaration 'clrFlag' definition 'noContent'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8963:87: note: Function 'sqlite3PagerAcquire' argument 4 names different: declaration 'clrFlag' definition 'noContent'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:43424:7: note: Function 'sqlite3PagerAcquire' argument 4 names different: declaration 'clrFlag' definition 'noContent'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:44579:65: style:inconclusive: Function 'sqlite3PagerOpenSavepoint' argument 2 names different: declaration 'n' definition 'nSavepoint'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8985:65: note: Function 'sqlite3PagerOpenSavepoint' argument 2 names different: declaration 'n' definition 'nSavepoint'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:44579:65: note: Function 'sqlite3PagerOpenSavepoint' argument 2 names different: declaration 'n' definition 'nSavepoint'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:45227:8: style:inconclusive: Function 'sqlite3PagerOpenWal' argument 2 names different: declaration 'pisOpen' definition 'pbOpen'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8992:60: note: Function 'sqlite3PagerOpenWal' argument 2 names different: declaration 'pisOpen' definition 'pbOpen'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:45227:8: note: Function 'sqlite3PagerOpenWal' argument 2 names different: declaration 'pisOpen' definition 'pbOpen'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:51527:58: style:inconclusive: Function 'sqlite3BtreeSetPageSize' argument 2 names different: declaration 'nPagesize' definition 'pageSize'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8242:58: note: Function 'sqlite3BtreeSetPageSize' argument 2 names different: declaration 'nPagesize' definition 'pageSize'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:51527:58: note: Function 'sqlite3BtreeSetPageSize' argument 2 names different: declaration 'nPagesize' definition 'pageSize'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:51527:86: style:inconclusive: Function 'sqlite3BtreeSetPageSize' argument 4 names different: declaration 'eFix' definition 'iFix'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8242:87: note: Function 'sqlite3BtreeSetPageSize' argument 4 names different: declaration 'eFix' definition 'iFix'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:51527:86: note: Function 'sqlite3BtreeSetPageSize' argument 4 names different: declaration 'eFix' definition 'iFix'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:52875:13: style:inconclusive: Function 'sqlite3BtreeCursor' argument 5 names different: declaration 'pCursor' definition 'pCur'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8317:13: note: Function 'sqlite3BtreeCursor' argument 5 names different: declaration 'pCursor' definition 'pCur'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:52875:13: note: Function 'sqlite3BtreeCursor' argument 5 names different: declaration 'pCursor' definition 'pCur'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:53841:19: style:inconclusive: Function 'sqlite3BtreeMovetoUnpacked' argument 2 names different: declaration 'pUnKey' definition 'pIdxKey'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8325:19: note: Function 'sqlite3BtreeMovetoUnpacked' argument 2 names different: declaration 'pUnKey' definition 'pIdxKey'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:53841:19: note: Function 'sqlite3BtreeMovetoUnpacked' argument 2 names different: declaration 'pUnKey' definition 'pIdxKey'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:53843:7: style:inconclusive: Function 'sqlite3BtreeMovetoUnpacked' argument 4 names different: declaration 'bias' definition 'biasRight'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8327:7: note: Function 'sqlite3BtreeMovetoUnpacked' argument 4 names different: declaration 'bias' definition 'biasRight'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:53843:7: note: Function 'sqlite3BtreeMovetoUnpacked' argument 4 names different: declaration 'bias' definition 'biasRight'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:56126:7: style:inconclusive: Function 'sqlite3BtreeInsert' argument 7 names different: declaration 'bias' definition 'appendBias'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8334:50: note: Function 'sqlite3BtreeInsert' argument 7 names different: declaration 'bias' definition 'appendBias'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:56126:7: note: Function 'sqlite3BtreeInsert' argument 7 names different: declaration 'bias' definition 'appendBias'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:56756:48: style:inconclusive: Function 'sqlite3BtreeGetMeta' argument 1 names different: declaration 'pBtree' definition 'p'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8288:48: note: Function 'sqlite3BtreeGetMeta' argument 1 names different: declaration 'pBtree' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:56756:48: note: Function 'sqlite3BtreeGetMeta' argument 1 names different: declaration 'pBtree' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:56756:65: style:inconclusive: Function 'sqlite3BtreeGetMeta' argument 3 names different: declaration 'pValue' definition 'pMeta'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8288:70: note: Function 'sqlite3BtreeGetMeta' argument 3 names different: declaration 'pValue' definition 'pMeta'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:56756:65: note: Function 'sqlite3BtreeGetMeta' argument 3 names different: declaration 'pValue' definition 'pMeta'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:56782:66: style:inconclusive: Function 'sqlite3BtreeUpdateMeta' argument 3 names different: declaration 'value' definition 'iMeta'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8289:64: note: Function 'sqlite3BtreeUpdateMeta' argument 3 names different: declaration 'value' definition 'iMeta'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:56782:66: note: Function 'sqlite3BtreeUpdateMeta' argument 3 names different: declaration 'value' definition 'iMeta'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57500:52: style:inconclusive: Function 'sqlite3BtreeSchemaLocked' argument 1 names different: declaration 'pBtree' definition 'p'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8261:52: note: Function 'sqlite3BtreeSchemaLocked' argument 1 names different: declaration 'pBtree' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57500:52: note: Function 'sqlite3BtreeSchemaLocked' argument 1 names different: declaration 'pBtree' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57517:49: style:inconclusive: Function 'sqlite3BtreeLockTable' argument 1 names different: declaration 'pBtree' definition 'p'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8262:49: note: Function 'sqlite3BtreeLockTable' argument 1 names different: declaration 'pBtree' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57517:49: note: Function 'sqlite3BtreeLockTable' argument 1 names different: declaration 'pBtree' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57604:50: style:inconclusive: Function 'sqlite3BtreeSetVersion' argument 1 names different: declaration 'pBt' definition 'pBtree'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8356:50: note: Function 'sqlite3BtreeSetVersion' argument 1 names different: declaration 'pBt' definition 'pBtree'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57604:50: note: Function 'sqlite3BtreeSetVersion' argument 1 names different: declaration 'pBt' definition 'pBtree'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57773:12: style:inconclusive: Function 'sqlite3_backup_init' argument 1 names different: declaration 'pDest' definition 'pDestDb'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:7052:12: note: Function 'sqlite3_backup_init' argument 1 names different: declaration 'pDest' definition 'pDestDb'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57773:12: note: Function 'sqlite3_backup_init' argument 1 names different: declaration 'pDest' definition 'pDestDb'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57774:15: style:inconclusive: Function 'sqlite3_backup_init' argument 2 names different: declaration 'zDestName' definition 'zDestDb'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:7053:15: note: Function 'sqlite3_backup_init' argument 2 names different: declaration 'zDestName' definition 'zDestDb'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57774:15: note: Function 'sqlite3_backup_init' argument 2 names different: declaration 'zDestName' definition 'zDestDb'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57775:12: style:inconclusive: Function 'sqlite3_backup_init' argument 3 names different: declaration 'pSource' definition 'pSrcDb'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:7054:12: note: Function 'sqlite3_backup_init' argument 3 names different: declaration 'pSource' definition 'pSrcDb'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57775:12: note: Function 'sqlite3_backup_init' argument 3 names different: declaration 'pSource' definition 'pSrcDb'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57776:15: style:inconclusive: Function 'sqlite3_backup_init' argument 4 names different: declaration 'zSourceName' definition 'zSrcDb'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:7055:15: note: Function 'sqlite3_backup_init' argument 4 names different: declaration 'zSourceName' definition 'zSrcDb'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57776:15: note: Function 'sqlite3_backup_init' argument 4 names different: declaration 'zSourceName' definition 'zSrcDb'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60041:64: style:inconclusive: Function 'sqlite3VdbeChangeP1' argument 3 names different: declaration 'P1' definition 'val'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8787:62: note: Function 'sqlite3VdbeChangeP1' argument 3 names different: declaration 'P1' definition 'val'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60041:64: note: Function 'sqlite3VdbeChangeP1' argument 3 names different: declaration 'P1' definition 'val'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60052:64: style:inconclusive: Function 'sqlite3VdbeChangeP2' argument 3 names different: declaration 'P2' definition 'val'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8788:62: note: Function 'sqlite3VdbeChangeP2' argument 3 names different: declaration 'P2' definition 'val'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60052:64: note: Function 'sqlite3VdbeChangeP2' argument 3 names different: declaration 'P2' definition 'val'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60062:64: style:inconclusive: Function 'sqlite3VdbeChangeP3' argument 3 names different: declaration 'P3' definition 'val'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8789:62: note: Function 'sqlite3VdbeChangeP3' argument 3 names different: declaration 'P3' definition 'val'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60062:64: note: Function 'sqlite3VdbeChangeP3' argument 3 names different: declaration 'P3' definition 'val'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60073:53: style:inconclusive: Function 'sqlite3VdbeChangeP5' argument 2 names different: declaration 'P5' definition 'val'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8790:51: note: Function 'sqlite3VdbeChangeP5' argument 2 names different: declaration 'P5' definition 'val'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60073:53: note: Function 'sqlite3VdbeChangeP5' argument 2 names different: declaration 'P5' definition 'val'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60218:81: style:inconclusive: Function 'sqlite3VdbeChangeP4' argument 4 names different: declaration 'N' definition 'n'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:8793:79: note: Function 'sqlite3VdbeChangeP4' argument 4 names different: declaration 'N' definition 'n'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60218:81: note: Function 'sqlite3VdbeChangeP4' argument 4 names different: declaration 'N' definition 'n'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63315:68: style:inconclusive: Function 'sqlite3_aggregate_context' argument 2 names different: declaration 'nBytes' definition 'nByte'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4549:66: note: Function 'sqlite3_aggregate_context' argument 2 names different: declaration 'nBytes' definition 'nByte'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63315:68: note: Function 'sqlite3_aggregate_context' argument 2 names different: declaration 'nBytes' definition 'nByte'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63342:65: style:inconclusive: Function 'sqlite3_get_auxdata' argument 2 names different: declaration 'N' definition 'iArg'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4618:60: note: Function 'sqlite3_get_auxdata' argument 2 names different: declaration 'N' definition 'iArg'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63342:65: note: Function 'sqlite3_get_auxdata' argument 2 names different: declaration 'N' definition 'iArg'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63360:7: style:inconclusive: Function 'sqlite3_set_auxdata' argument 2 names different: declaration 'N' definition 'iArg'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4619:59: note: Function 'sqlite3_set_auxdata' argument 2 names different: declaration 'N' definition 'iArg'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63360:7: note: Function 'sqlite3_set_auxdata' argument 2 names different: declaration 'N' definition 'iArg'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63513:69: style:inconclusive: Function 'sqlite3_column_blob' argument 2 names different: declaration 'iCol' definition 'i'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4236:63: note: Function 'sqlite3_column_blob' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63513:69: note: Function 'sqlite3_column_blob' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63523:62: style:inconclusive: Function 'sqlite3_column_bytes' argument 2 names different: declaration 'iCol' definition 'i'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4237:56: note: Function 'sqlite3_column_bytes' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63523:62: note: Function 'sqlite3_column_bytes' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63528:64: style:inconclusive: Function 'sqlite3_column_bytes16' argument 2 names different: declaration 'iCol' definition 'i'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4238:58: note: Function 'sqlite3_column_bytes16' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63528:64: note: Function 'sqlite3_column_bytes16' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63533:66: style:inconclusive: Function 'sqlite3_column_double' argument 2 names different: declaration 'iCol' definition 'i'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4239:60: note: Function 'sqlite3_column_double' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63533:66: note: Function 'sqlite3_column_double' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63538:60: style:inconclusive: Function 'sqlite3_column_int' argument 2 names different: declaration 'iCol' definition 'i'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4240:54: note: Function 'sqlite3_column_int' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63538:60: note: Function 'sqlite3_column_int' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63543:71: style:inconclusive: Function 'sqlite3_column_int64' argument 2 names different: declaration 'iCol' definition 'i'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4241:66: note: Function 'sqlite3_column_int64' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63543:71: note: Function 'sqlite3_column_int64' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63548:78: style:inconclusive: Function 'sqlite3_column_text' argument 2 names different: declaration 'iCol' definition 'i'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4242:72: note: Function 'sqlite3_column_text' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63548:78: note: Function 'sqlite3_column_text' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63553:73: style:inconclusive: Function 'sqlite3_column_value' argument 2 names different: declaration 'iCol' definition 'i'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4245:67: note: Function 'sqlite3_column_value' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63553:73: note: Function 'sqlite3_column_value' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63563:71: style:inconclusive: Function 'sqlite3_column_text16' argument 2 names different: declaration 'iCol' definition 'i'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4243:65: note: Function 'sqlite3_column_text16' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63563:71: note: Function 'sqlite3_column_text16' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63569:61: style:inconclusive: Function 'sqlite3_column_type' argument 2 names different: declaration 'iCol' definition 'i'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4244:55: note: Function 'sqlite3_column_type' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63569:61: note: Function 'sqlite3_column_type' argument 2 names different: declaration 'iCol' definition 'i'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63817:7: style:inconclusive: Function 'sqlite3_bind_blob' argument 4 names different: declaration 'n' definition 'nData'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3737:71: note: Function 'sqlite3_bind_blob' argument 4 names different: declaration 'n' definition 'nData'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63817:7: note: Function 'sqlite3_bind_blob' argument 4 names different: declaration 'n' definition 'nData'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63858:7: style:inconclusive: Function 'sqlite3_bind_text' argument 4 names different: declaration 'n' definition 'nData'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3742:71: note: Function 'sqlite3_bind_text' argument 4 names different: declaration 'n' definition 'nData'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63858:7: note: Function 'sqlite3_bind_text' argument 4 names different: declaration 'n' definition 'nData'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:64056:69: style:inconclusive: Function 'sqlite3_stmt_status' argument 3 names different: declaration 'resetFlg' definition 'resetFlag'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6596:62: note: Function 'sqlite3_stmt_status' argument 3 names different: declaration 'resetFlg' definition 'resetFlag'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:64056:69: note: Function 'sqlite3_stmt_status' argument 3 names different: declaration 'resetFlg' definition 'resetFlag'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:71580:61: style:inconclusive: Function 'sqlite3_blob_read' argument 2 names different: declaration 'Z' definition 'z'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:5920:56: note: Function 'sqlite3_blob_read' argument 2 names different: declaration 'Z' definition 'z'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:71580:61: note: Function 'sqlite3_blob_read' argument 2 names different: declaration 'Z' definition 'z'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:71580:68: style:inconclusive: Function 'sqlite3_blob_read' argument 3 names different: declaration 'N' definition 'n'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:5920:63: note: Function 'sqlite3_blob_read' argument 3 names different: declaration 'N' definition 'n'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:71580:68: note: Function 'sqlite3_blob_read' argument 3 names different: declaration 'N' definition 'n'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:80329:57: style:inconclusive: Function 'sqlite3AnalysisLoad' argument 2 names different: declaration 'iDB' definition 'iDb'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:11936:53: note: Function 'sqlite3AnalysisLoad' argument 2 names different: declaration 'iDB' definition 'iDb'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:80329:57: note: Function 'sqlite3AnalysisLoad' argument 2 names different: declaration 'iDB' definition 'iDb'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:81018:9: style:inconclusive: Function 'sqlite3_set_authorizer' argument 3 names different: declaration 'pUserData' definition 'pArg'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:2871:9: note: Function 'sqlite3_set_authorizer' argument 3 names different: declaration 'pUserData' definition 'pArg'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:81018:9: note: Function 'sqlite3_set_authorizer' argument 3 names different: declaration 'pUserData' definition 'pArg'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:90838:15: style:inconclusive: Function 'sqlite3_exec' argument 2 names different: declaration 'sql' definition 'zSql'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:912:15: note: Function 'sqlite3_exec' argument 2 names different: declaration 'sql' definition 'zSql'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:90838:15: note: Function 'sqlite3_exec' argument 2 names different: declaration 'sql' definition 'zSql'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:90841:10: style:inconclusive: Function 'sqlite3_exec' argument 5 names different: declaration 'errmsg' definition 'pzErrMsg'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:915:10: note: Function 'sqlite3_exec' argument 5 names different: declaration 'errmsg' definition 'pzErrMsg'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:90841:10: note: Function 'sqlite3_exec' argument 5 names different: declaration 'errmsg' definition 'pzErrMsg'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94397:7: style:inconclusive: Function 'sqlite3_prepare' argument 3 names different: declaration 'nByte' definition 'nBytes'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3510:7: note: Function 'sqlite3_prepare' argument 3 names different: declaration 'nByte' definition 'nBytes'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94397:7: note: Function 'sqlite3_prepare' argument 3 names different: declaration 'nByte' definition 'nBytes'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94409:7: style:inconclusive: Function 'sqlite3_prepare_v2' argument 3 names different: declaration 'nByte' definition 'nBytes'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3517:7: note: Function 'sqlite3_prepare_v2' argument 3 names different: declaration 'nByte' definition 'nBytes'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94409:7: note: Function 'sqlite3_prepare_v2' argument 3 names different: declaration 'nByte' definition 'nBytes'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94477:7: style:inconclusive: Function 'sqlite3_prepare16' argument 3 names different: declaration 'nByte' definition 'nBytes'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3524:7: note: Function 'sqlite3_prepare16' argument 3 names different: declaration 'nByte' definition 'nBytes'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94477:7: note: Function 'sqlite3_prepare16' argument 3 names different: declaration 'nByte' definition 'nBytes'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94489:7: style:inconclusive: Function 'sqlite3_prepare16_v2' argument 3 names different: declaration 'nByte' definition 'nBytes'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3531:7: note: Function 'sqlite3_prepare16_v2' argument 3 names different: declaration 'nByte' definition 'nBytes'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94489:7: note: Function 'sqlite3_prepare16_v2' argument 3 names different: declaration 'nByte' definition 'nBytes'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:99239:10: style:inconclusive: Function 'sqlite3_get_table' argument 6 names different: declaration 'pzErrmsg' definition 'pzErrMsg'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:2565:10: note: Function 'sqlite3_get_table' argument 6 names different: declaration 'pzErrmsg' definition 'pzErrMsg'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:99239:10: note: Function 'sqlite3_get_table' argument 6 names different: declaration 'pzErrmsg' definition 'pzErrMsg'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:99300:10: style:inconclusive: Function 'sqlite3_free_table' argument 1 names different: declaration 'result' definition 'azResult'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:2567:43: note: Function 'sqlite3_free_table' argument 1 names different: declaration 'result' definition 'azResult'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:99300:10: note: Function 'sqlite3_free_table' argument 1 names different: declaration 'result' definition 'azResult'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101044:9: style:inconclusive: Function 'updateVirtualTable' argument 5 names different: declaration 'pRowidExpr' definition 'pRowid'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100464:9: note: Function 'updateVirtualTable' argument 5 names different: declaration 'pRowidExpr' definition 'pRowid'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101044:9: note: Function 'updateVirtualTable' argument 5 names different: declaration 'pRowidExpr' definition 'pRowid'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101542:25: style:inconclusive: Function 'sqlite3_create_module' argument 3 names different: declaration 'p' definition 'pModule'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:5655:25: note: Function 'sqlite3_create_module' argument 3 names different: declaration 'p' definition 'pModule'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101542:25: note: Function 'sqlite3_create_module' argument 3 names different: declaration 'p' definition 'pModule'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101543:9: style:inconclusive: Function 'sqlite3_create_module' argument 4 names different: declaration 'pClientData' definition 'pAux'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:5656:9: note: Function 'sqlite3_create_module' argument 4 names different: declaration 'pClientData' definition 'pAux'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101543:9: note: Function 'sqlite3_create_module' argument 4 names different: declaration 'pClientData' definition 'pAux'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101554:25: style:inconclusive: Function 'sqlite3_create_module_v2' argument 3 names different: declaration 'p' definition 'pModule'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:5661:25: note: Function 'sqlite3_create_module_v2' argument 3 names different: declaration 'p' definition 'pModule'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101554:25: note: Function 'sqlite3_create_module_v2' argument 3 names different: declaration 'p' definition 'pModule'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101555:9: style:inconclusive: Function 'sqlite3_create_module_v2' argument 4 names different: declaration 'pClientData' definition 'pAux'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:5662:9: note: Function 'sqlite3_create_module_v2' argument 4 names different: declaration 'pClientData' definition 'pAux'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101555:9: note: Function 'sqlite3_create_module_v2' argument 4 names different: declaration 'pClientData' definition 'pAux'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:102125:62: style:inconclusive: Function 'sqlite3_declare_vtab' argument 2 names different: declaration 'zSQL' definition 'zCreateTable'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:5721:59: note: Function 'sqlite3_declare_vtab' argument 2 names different: declaration 'zSQL' definition 'zCreateTable'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:102125:62: note: Function 'sqlite3_declare_vtab' argument 2 names different: declaration 'zSQL' definition 'zCreateTable'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:112167:45: style:inconclusive: Function 'sqlite3_complete' argument 1 names different: declaration 'sql' definition 'zSql'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:2398:45: note: Function 'sqlite3_complete' argument 1 names different: declaration 'sql' definition 'zSql'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:112167:45: note: Function 'sqlite3_complete' argument 1 names different: declaration 'sql' definition 'zSql'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:112325:47: style:inconclusive: Function 'sqlite3_complete16' argument 1 names different: declaration 'sql' definition 'zSql'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:2399:47: note: Function 'sqlite3_complete16' argument 1 names different: declaration 'sql' definition 'zSql'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:112325:47: note: Function 'sqlite3_complete16' argument 1 names different: declaration 'sql' definition 'zSql'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113608:15: style:inconclusive: Function 'sqlite3_create_function' argument 2 names different: declaration 'zFunctionName' definition 'zFunc'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4390:15: note: Function 'sqlite3_create_function' argument 2 names different: declaration 'zFunctionName' definition 'zFunc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113608:15: note: Function 'sqlite3_create_function' argument 2 names different: declaration 'zFunctionName' definition 'zFunc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113610:7: style:inconclusive: Function 'sqlite3_create_function' argument 4 names different: declaration 'eTextRep' definition 'enc'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4392:7: note: Function 'sqlite3_create_function' argument 4 names different: declaration 'eTextRep' definition 'enc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113610:7: note: Function 'sqlite3_create_function' argument 4 names different: declaration 'eTextRep' definition 'enc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113611:9: style:inconclusive: Function 'sqlite3_create_function' argument 5 names different: declaration 'pApp' definition 'p'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4393:9: note: Function 'sqlite3_create_function' argument 5 names different: declaration 'pApp' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113611:9: note: Function 'sqlite3_create_function' argument 5 names different: declaration 'pApp' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113622:15: style:inconclusive: Function 'sqlite3_create_function_v2' argument 2 names different: declaration 'zFunctionName' definition 'zFunc'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4410:15: note: Function 'sqlite3_create_function_v2' argument 2 names different: declaration 'zFunctionName' definition 'zFunc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113622:15: note: Function 'sqlite3_create_function_v2' argument 2 names different: declaration 'zFunctionName' definition 'zFunc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113624:7: style:inconclusive: Function 'sqlite3_create_function_v2' argument 4 names different: declaration 'eTextRep' definition 'enc'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4412:7: note: Function 'sqlite3_create_function_v2' argument 4 names different: declaration 'eTextRep' definition 'enc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113624:7: note: Function 'sqlite3_create_function_v2' argument 4 names different: declaration 'eTextRep' definition 'enc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113625:9: style:inconclusive: Function 'sqlite3_create_function_v2' argument 5 names different: declaration 'pApp' definition 'p'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4413:9: note: Function 'sqlite3_create_function_v2' argument 5 names different: declaration 'pApp' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113625:9: note: Function 'sqlite3_create_function_v2' argument 5 names different: declaration 'pApp' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113662:9: style:inconclusive: Function 'sqlite3_create_function16' argument 5 names different: declaration 'pApp' definition 'p'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4403:9: note: Function 'sqlite3_create_function16' argument 5 names different: declaration 'pApp' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113662:9: note: Function 'sqlite3_create_function16' argument 5 names different: declaration 'pApp' definition 'p'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113695:15: style:inconclusive: Function 'sqlite3_overload_function' argument 2 names different: declaration 'zFuncName' definition 'zName'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:5739:64: note: Function 'sqlite3_overload_function' argument 2 names different: declaration 'zFuncName' definition 'zName'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113695:15: note: Function 'sqlite3_overload_function' argument 2 names different: declaration 'zFuncName' definition 'zName'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113839:60: style:inconclusive: Function 'sqlite3_wal_autocheckpoint' argument 2 names different: declaration 'N' definition 'nFrame'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:7283:60: note: Function 'sqlite3_wal_autocheckpoint' argument 2 names different: declaration 'N' definition 'nFrame'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113839:60: note: Function 'sqlite3_wal_autocheckpoint' argument 2 names different: declaration 'N' definition 'nFrame'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114245:47: style:inconclusive: Function 'sqlite3_limit' argument 2 names different: declaration 'id' definition 'limitId'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3360:44: note: Function 'sqlite3_limit' argument 2 names different: declaration 'id' definition 'limitId'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114245:47: note: Function 'sqlite3_limit' argument 2 names different: declaration 'id' definition 'limitId'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114245:60: style:inconclusive: Function 'sqlite3_limit' argument 3 names different: declaration 'newVal' definition 'newLimit'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3360:52: note: Function 'sqlite3_limit' argument 3 names different: declaration 'newVal' definition 'newLimit'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114245:60: note: Function 'sqlite3_limit' argument 3 names different: declaration 'newVal' definition 'newLimit'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114777:15: style:inconclusive: Function 'sqlite3_open' argument 1 names different: declaration 'filename' definition 'zFilename'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3199:15: note: Function 'sqlite3_open' argument 1 names different: declaration 'filename' definition 'zFilename'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114777:15: note: Function 'sqlite3_open' argument 1 names different: declaration 'filename' definition 'zFilename'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114797:15: style:inconclusive: Function 'sqlite3_open16' argument 1 names different: declaration 'filename' definition 'zFilename'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3203:15: note: Function 'sqlite3_open16' argument 1 names different: declaration 'filename' definition 'zFilename'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114797:15: note: Function 'sqlite3_open16' argument 1 names different: declaration 'filename' definition 'zFilename'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114836:7: style:inconclusive: Function 'sqlite3_create_collation' argument 3 names different: declaration 'eTextRep' definition 'enc'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4849:7: note: Function 'sqlite3_create_collation' argument 3 names different: declaration 'eTextRep' definition 'enc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114836:7: note: Function 'sqlite3_create_collation' argument 3 names different: declaration 'eTextRep' definition 'enc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114837:9: style:inconclusive: Function 'sqlite3_create_collation' argument 4 names different: declaration 'pArg' definition 'pCtx'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4850:9: note: Function 'sqlite3_create_collation' argument 4 names different: declaration 'pArg' definition 'pCtx'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114837:9: note: Function 'sqlite3_create_collation' argument 4 names different: declaration 'pArg' definition 'pCtx'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114855:7: style:inconclusive: Function 'sqlite3_create_collation_v2' argument 3 names different: declaration 'eTextRep' definition 'enc'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4856:7: note: Function 'sqlite3_create_collation_v2' argument 3 names different: declaration 'eTextRep' definition 'enc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114855:7: note: Function 'sqlite3_create_collation_v2' argument 3 names different: declaration 'eTextRep' definition 'enc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114856:9: style:inconclusive: Function 'sqlite3_create_collation_v2' argument 4 names different: declaration 'pArg' definition 'pCtx'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4857:9: note: Function 'sqlite3_create_collation_v2' argument 4 names different: declaration 'pArg' definition 'pCtx'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114856:9: note: Function 'sqlite3_create_collation_v2' argument 4 names different: declaration 'pArg' definition 'pCtx'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114876:7: style:inconclusive: Function 'sqlite3_create_collation16' argument 3 names different: declaration 'eTextRep' definition 'enc'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4864:7: note: Function 'sqlite3_create_collation16' argument 3 names different: declaration 'eTextRep' definition 'enc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114876:7: note: Function 'sqlite3_create_collation16' argument 3 names different: declaration 'eTextRep' definition 'enc'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114877:9: style:inconclusive: Function 'sqlite3_create_collation16' argument 4 names different: declaration 'pArg' definition 'pCtx'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:4865:9: note: Function 'sqlite3_create_collation16' argument 4 names different: declaration 'pArg' definition 'pCtx'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114877:9: note: Function 'sqlite3_create_collation16' argument 4 names different: declaration 'pArg' definition 'pCtx'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:115436:48: style:inconclusive: Function 'sqlite3_uri_boolean' argument 1 names different: declaration 'zFile' definition 'zFilename'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3253:48: note: Function 'sqlite3_uri_boolean' argument 1 names different: declaration 'zFile' definition 'zFilename'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:115436:48: note: Function 'sqlite3_uri_boolean' argument 1 names different: declaration 'zFile' definition 'zFilename'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:115436:83: style:inconclusive: Function 'sqlite3_uri_boolean' argument 3 names different: declaration 'bDefault' definition 'bDflt'. [funcArgNamesDifferent] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:3253:79: note: Function 'sqlite3_uri_boolean' argument 3 names different: declaration 'bDefault' definition 'bDflt'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:115436:83: note: Function 'sqlite3_uri_boolean' argument 3 names different: declaration 'bDefault' definition 'bDflt'. pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13968:32: style: Parameter 't' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13972:14: style: Variable 'pX' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:14009:13: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:19020:43: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:19964:15: style: Variable 'escarg' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:19998:16: style: Variable 'pToken' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20008:30: style: Variable 'pItem' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:21166:13: style: Variable 'z' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:22119:56: style: Parameter 'db' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:26123:36: style: Parameter 'pFile' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28655:13: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:36100:46: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:36778:50: style: Parameter 'pCache' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:36785:53: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:37207:48: style: Parameter 'pCache' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:37616:14: style: Variable 'pOther' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:39209:31: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:39682:36: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:40460:31: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:41277:11: style: Variable 'dbFileVers' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:41972:51: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:42058:50: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:42471:13: style: Variable 'pData' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:42564:13: style: Variable 'pData2' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:43999:10: style: Variable 'pPager' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:44486:49: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:44565:47: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:44708:56: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:44715:58: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:44724:54: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:44731:59: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:44739:46: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:44932:51: style: Parameter 'pPg' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:45075:54: style: Parameter 'pPager' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:45935:8: style: Variable 'aEnd' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:46732:12: style: Variable 'aRight' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:47233:25: style: Variable 'aHdr' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:48400:46: style: Parameter 'pWal' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:49285:48: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:49980:64: style: Parameter 'pExcept' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:50103:36: style: Parameter 'pBt' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:50353:9: style: Variable 'pEnd' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:50709:13: style: Variable 'pBt' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:50755:15: style: Variable 'pBt' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:50857:13: style: Variable 'pBt' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:50948:38: style: Parameter 'pBt' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:51152:20: style: Variable 'pExisting' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:51910:12: style: Variable 'pBlock' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:52920:58: style: Parameter 'pCur' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:52934:67: style: Parameter 'pCur' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:53448:12: style: Variable 'pPage' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:54027:46: style: Parameter 'pCur' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:54839:7: style: Variable 'endPtr' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:54988:8: style: Parameter 'aSize' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:55086:9: style: Variable 'pStop' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:55204:22: style: Variable 'pBt' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:55759:9: style: Variable 'zChild' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:56895:9: style: Parameter 'zMsg1' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57288:8: style: Parameter 'aRoot' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57419:49: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:58124:19: style: Variable 'zData' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:58230:57: style: Parameter 'p' can be declared as pointer to const. However it seems that 'sqlite3_backup_remaining' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91748:3: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:58230:57: note: Parameter 'p' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:58238:57: style: Parameter 'p' can be declared as pointer to const. However it seems that 'sqlite3_backup_pagecount' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91747:3: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:58238:57: note: Parameter 'p' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:59715:73: style: Parameter 'zWhere' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:59924:8: style: Variable 'aLabel' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:59966:49: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60255:11: style: Variable 'aSortOrder' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60377:18: style: Variable 'pColl' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60576:10: style: Variable 'pEnd' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:60900:7: style: Parameter 'pEnd' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:62705:45: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:62720:10: style: Variable 'pMem' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:62776:9: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:62786:29: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:62927:50: style: Parameter 'pVal' can be declared as pointer to const. However it seems that 'sqlite3_value_type' is a callback function, if 'pVal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91663:3: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:62927:50: note: Parameter 'pVal' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63026:76: style: Parameter 'pValue' can be declared as pointer to const. However it seems that 'sqlite3_result_value' is a callback function, if 'pValue' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91631:3: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63026:76: note: Parameter 'pValue' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63426:9: style: Variable 'pVm' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:64031:9: style: Variable 'v' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:71951:9: style: Parameter 'pKey1' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:71952:9: style: Parameter 'pKey2' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:72255:8: style: Parameter 'pVal' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:72489:9: style: Variable 'pKey' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73017:54: style: Parameter 'pJfd' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73274:38: style: Parameter 'pUsing' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73356:19: style: Variable 'zTabName' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73359:19: style: Variable 'zTabName' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73418:19: style: Variable 'pCol' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73475:17: style: Variable 'pOrig' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73804:11: style: Variable 'zCol' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:73806:13: style: Variable 'zAs' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:74003:12: style: Variable 'db' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:74106:12: style: Variable 'db' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:74679:32: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75034:33: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75074:38: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75331:25: style: Variable 'pOldItem' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75427:10: style: Parameter 'pName' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75452:13: style: Parameter 'pSpan' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75472:13: style: Parameter 'pEList' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75513:54: style: Parameter 'pExpr' can be declared as pointer to const. However it seems that 'exprNodeIsConstant' is a callback function, if 'pExpr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75553:21: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75513:54: note: Parameter 'pExpr' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75743:13: style: Variable 'pEList' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75744:10: style: Variable 'pTab' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75889:16: style: Variable 'pReq' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75904:17: style: Variable 'pKey' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:76012:11: style: Variable 'zMsg' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:76342:11: style: Variable 'zV' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:76373:13: style: Variable 'zV' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:76693:27: style: Variable 'pCol' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:76740:13: style: Variable 'zBlob' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:77122:14: style: Variable 'pTab' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:78248:25: style: Variable 'pE' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:78480:9: style: Variable 'zRet' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:78601:9: style: Variable 'zRet' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79003:14: style: Variable 'pFrom' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79181:9: style: Variable 'v' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79428:12: style: Variable 'pStat' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79691:10: style: Parameter 'pOnlyIdx' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79979:11: style: Variable 'pSchema' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:80037:13: style: Variable 'zDb' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:80717:11: style: Variable 'zAuthArg' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:81085:12: style: Variable 'db' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:81302:16: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:81365:17: style: Variable 'vtab' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:81716:13: style: Variable 'zName' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:81777:63: style: Parameter 'pName' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:81971:11: style: Variable 'zDb' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:82002:11: style: Variable 'zDb' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:82339:9: style: Variable 'zType' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:82570:9: style: Variable 'zSep' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:82826:12: style: Variable 'pOld' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:82860:10: style: Parameter 'pBegin' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:83278:9: style: Variable 'v' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:83665:10: style: Parameter 'pStart' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:83666:10: style: Parameter 'pEnd' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:83844:16: style: Variable 'pColl' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:84015:12: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:84207:12: style: Variable 'pTab' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:84322:47: style: Parameter 'pList' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:84607:12: style: Variable 'db' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:84773:9: style: Variable 'pDb' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:84838:77: style: Parameter 'p4' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:84922:12: style: Variable 'pColl' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:85065:12: style: Variable 'pColl2' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:85066:9: style: Variable 'z' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:85135:14: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:85253:34: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:85278:16: style: Parameter 'pHash' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:86061:8: style: Parameter 'aRegIdx' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:86150:56: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:86435:12: style: Variable 'db' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:86818:12: style: Variable 'db' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:86849:25: style: Variable 'pInfo' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:86868:12: style: Variable 'pColl' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87057:9: style: Variable 'zHex' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87084:12: style: Variable 'db' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87154:16: style: Variable 'db' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87396:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87409:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87416:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87451:13: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87464:8: style: Variable 'pArg' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87476:14: style: Variable 'pColl' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87611:61: style: Parameter 'pExpr' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87612:12: style: Variable 'pDef' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87932:9: style: Variable 'zKey' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87991:17: style: Variable 'zDfltColl' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:87992:17: style: Variable 'zIdxCol' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88254:17: style: Variable 'pCol' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88516:15: style: Variable 'zCol' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88636:10: style: Parameter 'pParse' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88638:8: style: Parameter 'aChange' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88665:17: style: Variable 'zKey' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88668:21: style: Variable 'pCol' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88714:13: style: Parameter 'pChanges' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:88986:10: style: Parameter 'pTab' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:89103:11: style: Variable 'pVTab' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:89406:9: style: Variable 'zTab' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:90106:8: style: Parameter 'aRegIdx' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:90154:15: style: Variable 'zMsg' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:90338:17: style: Variable 'zCol' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:90392:8: style: Parameter 'aRegIdx' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:90574:24: style: Variable 'pItem' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:93004:12: style: Variable 'pTab' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:93080:16: style: Variable 'pColl' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:93112:19: style: Variable 'zCol' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:93113:19: style: Variable 'zOnDelete' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:93114:19: style: Variable 'zOnUpdate' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94134:50: style: Parameter 'db' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94134:62: style: Parameter 'pSchema' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94632:10: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94690:31: style: Parameter 'pTab' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94836:12: style: Variable 'pLeftTab' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94853:15: style: Variable 'zName' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94921:11: style: Parameter 'pSelect' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:94965:11: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:95015:15: style: Parameter 'pDest' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:95316:11: style: Variable 'zMsg' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:95361:11: style: Variable 'zMsg' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:95384:15: style: Parameter 'pDest' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:95391:13: style: Variable 'pOrderBy' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:95694:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:95698:13: style: Variable 'zName' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:95720:15: style: Variable 'zName' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:95850:12: style: Variable 'pColl' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:96437:15: style: Parameter 'pIn' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:97627:49: style: Parameter 'pAggInfo' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:98031:12: style: Variable 'db' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:98086:15: style: Variable 'pList' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:99588:10: style: Parameter 'pAll' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:99686:10: style: Parameter 'pName' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:99942:58: style: Parameter 'pEList' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101213:9: style: Variable 'zSql' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101579:50: style: Parameter 'db' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101798:66: style: Parameter 'pEnd' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:101861:12: style: Variable 'pOld' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:102486:50: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_vtab_on_conflict' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91783:3: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:102486:50: note: Parameter 'db' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:102946:38: style: Parameter 'pMaskSet' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:103294:13: style: Variable 'pList' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:103317:56: style: Parameter 'pBase' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:103476:20: style: Variable 'pOther' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:103702:11: style: Variable 'pLeft' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:103703:11: style: Variable 'pRight' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:103983:16: style: Variable 'pColl' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104034:16: style: Variable 'p1' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104035:16: style: Variable 'p2' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104081:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104171:14: style: Variable 'pColl' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104343:13: style: Parameter 'pOrderBy' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104349:21: style: Variable 'pWCEnd' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104368:25: style: Variable 'pOrWCEnd' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104457:10: style: Parameter 'pParse' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104467:14: style: Variable 'pWCEnd' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104468:10: style: Variable 'pTable' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104536:14: style: Variable 'pWCEnd' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104681:24: style: Parameter 'pSrc' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104714:13: style: Variable 'pExpr' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104771:11: style: Variable 'pExpr' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:104856:14: style: Variable 'pTerm' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:106233:11: style: Variable 'z' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:106237:11: style: Variable 'z' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:106396:44: style: Variable 'aUsage' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:106838:28: style: Variable 'origSrc' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107726:12: style: Variable 'pTab' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107757:14: style: Variable 'pIdx' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107863:46: style: Parameter 'pStart' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107909:56: style: Parameter 'pY' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107925:12: style: Parameter 'pPreOp' can be declared as pointer to const [constParameterPointer] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:112969:53: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_db_mutex' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91759:3: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:112969:53: note: Parameter 'db' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113062:9: style: Parameter 'padFlag' can be declared as pointer to const. However it seems that 'binCollFunc' is a callback function, if 'padFlag' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114639:55: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113062:9: note: Parameter 'padFlag' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113108:60: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_last_insert_rowid' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91607:3: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113108:60: note: Parameter 'db' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113115:41: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_changes' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91553:3: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113115:41: note: Parameter 'db' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113122:47: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_total_changes' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91643:3: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113122:47: note: Parameter 'db' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114949:48: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_get_autocommit' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91602:3: note: You might need to cast the function pointer here pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114949:48: note: Parameter 'db' can be declared as pointer to const pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:77016:26: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 77015. [shiftTooManyBitsSigned] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:77015:14: note: Assuming that condition 'i<32' is not redundant pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:77016:26: note: Shift pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100841:70: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 100841. [shiftTooManyBitsSigned] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100841:50: note: Assuming that condition 'i<32' is not redundant pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100841:70: note: Shift pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100876:65: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 100876. [shiftTooManyBitsSigned] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100876:47: note: Assuming that condition 'i>31' is not redundant pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100876:65: note: Shift pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107193:16: warning: Expression 'nTabList-1' can have a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversionCond] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107228:26: note: Assuming that condition 'nTabList==0' is not redundant pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107193:16: note: Negative value is converted to an unsigned value pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:62574:11: error: Uninitialized variable: rc [uninitvar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:62649:11: error: Uninitialized variable: rc [uninitvar] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6187:9: style: struct member 'sqlite3_mutex_methods::xMutexHeld' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6188:9: style: struct member 'sqlite3_mutex_methods::xMutexNotheld' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6820:7: style: struct member 'sqlite3_pcache_methods2::iVersion' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6843:9: style: struct member 'sqlite3_pcache_methods::pArg' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6844:9: style: struct member 'sqlite3_pcache_methods::xInit' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6845:10: style: struct member 'sqlite3_pcache_methods::xShutdown' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6846:21: style: struct member 'sqlite3_pcache_methods::xCreate' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6847:10: style: struct member 'sqlite3_pcache_methods::xCachesize' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6848:9: style: struct member 'sqlite3_pcache_methods::xPagecount' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6849:11: style: struct member 'sqlite3_pcache_methods::xFetch' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6850:10: style: struct member 'sqlite3_pcache_methods::xUnpin' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6851:10: style: struct member 'sqlite3_pcache_methods::xRekey' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6852:10: style: struct member 'sqlite3_pcache_methods::xTruncate' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:6853:10: style: struct member 'sqlite3_pcache_methods::xDestroy' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:7536:9: style: struct member 'sqlite3_rtree_geometry::pContext' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:7537:7: style: struct member 'sqlite3_rtree_geometry::nParam' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:7538:11: style: struct member 'sqlite3_rtree_geometry::aParam' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:7539:9: style: struct member 'sqlite3_rtree_geometry::pUser' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:7540:10: style: struct member 'sqlite3_rtree_geometry::xDelUser' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:9771:12: style: union member 'Anonymous1::notUsed1' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:10403:5: style: struct member 'IndexSample::u' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:10404:6: style: struct member 'IndexSample::eType' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:10405:7: style: struct member 'IndexSample::nByte' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:10406:11: style: struct member 'IndexSample::nEq' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:10407:11: style: struct member 'IndexSample::nLt' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:10408:11: style: struct member 'IndexSample::nDLt' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:10400:11: style: union member 'Anonymous2::z' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:10401:12: style: union member 'Anonymous2::r' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:10402:9: style: union member 'Anonymous2::i' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:11340:7: style: struct member 'Sqlite3Config::mxStrlen' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:11346:9: style: struct member 'Sqlite3Config::pHeap' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:11347:7: style: struct member 'Sqlite3Config::nHeap' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:11348:7: style: struct member 'Sqlite3Config::mnReq' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:11348:14: style: struct member 'Sqlite3Config::mxReq' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:11355:7: style: struct member 'Sqlite3Config::mxParserStack' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13096:9: style: struct member 'Explain::pVdbe' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13098:7: style: struct member 'Explain::nIndent' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13099:7: style: struct member 'Explain::aIndent' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:13100:8: style: struct member 'Explain::zBase' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:25785:7: style: struct member 'vxworksFileId::nName' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:25786:9: style: struct member 'vxworksFileId::zCanonicalName' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:28729:6: style: struct member 'unixShm::hasMutex' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79478:11: style: struct member 'Stat3Accum::nRow' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79479:11: style: struct member 'Stat3Accum::nPSample' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79480:7: style: struct member 'Stat3Accum::iMin' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79481:7: style: struct member 'Stat3Accum::mxSample' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79482:7: style: struct member 'Stat3Accum::nSample' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79483:7: style: struct member 'Stat3Accum::iPrn' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79491:6: style: struct member 'Stat3Accum::a' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79485:9: style: struct member 'Stat3Sample::iRowid' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79486:13: style: struct member 'Stat3Sample::nEq' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79487:13: style: struct member 'Stat3Sample::nLt' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79488:13: style: struct member 'Stat3Sample::nDLt' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79489:8: style: struct member 'Stat3Sample::isPSample' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:79490:9: style: struct member 'Stat3Sample::iHash' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91008:12: style: struct member 'sqlite3_api_routines::aggregate_context' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91009:10: style: struct member 'sqlite3_api_routines::aggregate_count' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91010:10: style: struct member 'sqlite3_api_routines::bind_blob' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91011:10: style: struct member 'sqlite3_api_routines::bind_double' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91012:10: style: struct member 'sqlite3_api_routines::bind_int' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91013:10: style: struct member 'sqlite3_api_routines::bind_int64' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91014:10: style: struct member 'sqlite3_api_routines::bind_null' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91015:10: style: struct member 'sqlite3_api_routines::bind_parameter_count' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91016:10: style: struct member 'sqlite3_api_routines::bind_parameter_index' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91017:18: style: struct member 'sqlite3_api_routines::bind_parameter_name' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91018:10: style: struct member 'sqlite3_api_routines::bind_text' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91019:10: style: struct member 'sqlite3_api_routines::bind_text16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91020:10: style: struct member 'sqlite3_api_routines::bind_value' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91021:10: style: struct member 'sqlite3_api_routines::busy_handler' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91022:10: style: struct member 'sqlite3_api_routines::busy_timeout' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91023:10: style: struct member 'sqlite3_api_routines::changes' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91024:10: style: struct member 'sqlite3_api_routines::close' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91025:10: style: struct member 'sqlite3_api_routines::collation_needed' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91027:10: style: struct member 'sqlite3_api_routines::collation_needed16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91029:18: style: struct member 'sqlite3_api_routines::column_blob' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91030:10: style: struct member 'sqlite3_api_routines::column_bytes' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91031:10: style: struct member 'sqlite3_api_routines::column_bytes16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91032:10: style: struct member 'sqlite3_api_routines::column_count' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91033:18: style: struct member 'sqlite3_api_routines::column_database_name' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91034:18: style: struct member 'sqlite3_api_routines::column_database_name16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91035:18: style: struct member 'sqlite3_api_routines::column_decltype' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91036:18: style: struct member 'sqlite3_api_routines::column_decltype16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91037:13: style: struct member 'sqlite3_api_routines::column_double' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91038:10: style: struct member 'sqlite3_api_routines::column_int' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91039:19: style: struct member 'sqlite3_api_routines::column_int64' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91040:18: style: struct member 'sqlite3_api_routines::column_name' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91041:18: style: struct member 'sqlite3_api_routines::column_name16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91042:18: style: struct member 'sqlite3_api_routines::column_origin_name' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91043:18: style: struct member 'sqlite3_api_routines::column_origin_name16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91044:18: style: struct member 'sqlite3_api_routines::column_table_name' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91045:18: style: struct member 'sqlite3_api_routines::column_table_name16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91046:27: style: struct member 'sqlite3_api_routines::column_text' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91047:18: style: struct member 'sqlite3_api_routines::column_text16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91048:10: style: struct member 'sqlite3_api_routines::column_type' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91049:20: style: struct member 'sqlite3_api_routines::column_value' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91050:12: style: struct member 'sqlite3_api_routines::commit_hook' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91051:10: style: struct member 'sqlite3_api_routines::complete' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91052:10: style: struct member 'sqlite3_api_routines::complete16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91053:10: style: struct member 'sqlite3_api_routines::create_collation' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91055:10: style: struct member 'sqlite3_api_routines::create_collation16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91057:10: style: struct member 'sqlite3_api_routines::create_function' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91061:10: style: struct member 'sqlite3_api_routines::create_function16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91065:9: style: struct member 'sqlite3_api_routines::create_module' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91066:10: style: struct member 'sqlite3_api_routines::data_count' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91067:15: style: struct member 'sqlite3_api_routines::db_handle' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91068:9: style: struct member 'sqlite3_api_routines::declare_vtab' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91069:10: style: struct member 'sqlite3_api_routines::enable_shared_cache' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91070:10: style: struct member 'sqlite3_api_routines::errcode' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91071:18: style: struct member 'sqlite3_api_routines::errmsg' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91072:18: style: struct member 'sqlite3_api_routines::errmsg16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91073:10: style: struct member 'sqlite3_api_routines::exec' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91074:10: style: struct member 'sqlite3_api_routines::expired' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91075:10: style: struct member 'sqlite3_api_routines::finalize' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91076:11: style: struct member 'sqlite3_api_routines::free' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91077:11: style: struct member 'sqlite3_api_routines::free_table' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91078:10: style: struct member 'sqlite3_api_routines::get_autocommit' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91079:12: style: struct member 'sqlite3_api_routines::get_auxdata' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91080:10: style: struct member 'sqlite3_api_routines::get_table' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91081:10: style: struct member 'sqlite3_api_routines::global_recover' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91082:11: style: struct member 'sqlite3_api_routines::interruptx' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91083:19: style: struct member 'sqlite3_api_routines::last_insert_rowid' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91084:18: style: struct member 'sqlite3_api_routines::libversion' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91085:10: style: struct member 'sqlite3_api_routines::libversion_number' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91086:11: style: struct member 'sqlite3_api_routines::malloc' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91087:12: style: struct member 'sqlite3_api_routines::mprintf' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91088:10: style: struct member 'sqlite3_api_routines::open' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91089:10: style: struct member 'sqlite3_api_routines::open16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91090:10: style: struct member 'sqlite3_api_routines::prepare' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91091:10: style: struct member 'sqlite3_api_routines::prepare16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91092:12: style: struct member 'sqlite3_api_routines::profile' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91093:11: style: struct member 'sqlite3_api_routines::progress_handler' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91094:11: style: struct member 'sqlite3_api_routines::realloc' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91095:10: style: struct member 'sqlite3_api_routines::reset' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91096:11: style: struct member 'sqlite3_api_routines::result_blob' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91097:11: style: struct member 'sqlite3_api_routines::result_double' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91098:11: style: struct member 'sqlite3_api_routines::result_error' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91099:11: style: struct member 'sqlite3_api_routines::result_error16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91100:11: style: struct member 'sqlite3_api_routines::result_int' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91101:11: style: struct member 'sqlite3_api_routines::result_int64' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91102:11: style: struct member 'sqlite3_api_routines::result_null' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91103:11: style: struct member 'sqlite3_api_routines::result_text' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91104:11: style: struct member 'sqlite3_api_routines::result_text16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91105:11: style: struct member 'sqlite3_api_routines::result_text16be' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91106:11: style: struct member 'sqlite3_api_routines::result_text16le' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91107:11: style: struct member 'sqlite3_api_routines::result_value' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91108:12: style: struct member 'sqlite3_api_routines::rollback_hook' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91109:10: style: struct member 'sqlite3_api_routines::set_authorizer' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91111:11: style: struct member 'sqlite3_api_routines::set_auxdata' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91112:12: style: struct member 'sqlite3_api_routines::snprintf' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91113:10: style: struct member 'sqlite3_api_routines::step' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91114:10: style: struct member 'sqlite3_api_routines::table_column_metadata' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91116:11: style: struct member 'sqlite3_api_routines::thread_cleanup' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91117:10: style: struct member 'sqlite3_api_routines::total_changes' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91118:12: style: struct member 'sqlite3_api_routines::trace' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91119:10: style: struct member 'sqlite3_api_routines::transfer_bindings' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91120:12: style: struct member 'sqlite3_api_routines::update_hook' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91122:12: style: struct member 'sqlite3_api_routines::user_data' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91123:18: style: struct member 'sqlite3_api_routines::value_blob' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91124:10: style: struct member 'sqlite3_api_routines::value_bytes' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91125:10: style: struct member 'sqlite3_api_routines::value_bytes16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91126:13: style: struct member 'sqlite3_api_routines::value_double' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91127:10: style: struct member 'sqlite3_api_routines::value_int' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91128:19: style: struct member 'sqlite3_api_routines::value_int64' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91129:10: style: struct member 'sqlite3_api_routines::value_numeric_type' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91130:27: style: struct member 'sqlite3_api_routines::value_text' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91131:18: style: struct member 'sqlite3_api_routines::value_text16' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91132:18: style: struct member 'sqlite3_api_routines::value_text16be' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91133:18: style: struct member 'sqlite3_api_routines::value_text16le' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91134:10: style: struct member 'sqlite3_api_routines::value_type' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91135:11: style: struct member 'sqlite3_api_routines::vmprintf' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91137:9: style: struct member 'sqlite3_api_routines::overload_function' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91139:9: style: struct member 'sqlite3_api_routines::prepare_v2' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91140:9: style: struct member 'sqlite3_api_routines::prepare16_v2' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91141:9: style: struct member 'sqlite3_api_routines::clear_bindings' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91143:9: style: struct member 'sqlite3_api_routines::create_module_v2' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91146:9: style: struct member 'sqlite3_api_routines::bind_zeroblob' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91147:9: style: struct member 'sqlite3_api_routines::blob_bytes' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91148:9: style: struct member 'sqlite3_api_routines::blob_close' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91149:9: style: struct member 'sqlite3_api_routines::blob_open' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91151:9: style: struct member 'sqlite3_api_routines::blob_read' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91152:9: style: struct member 'sqlite3_api_routines::blob_write' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91153:9: style: struct member 'sqlite3_api_routines::create_collation_v2' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91156:9: style: struct member 'sqlite3_api_routines::file_control' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91157:19: style: struct member 'sqlite3_api_routines::memory_highwater' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91158:19: style: struct member 'sqlite3_api_routines::memory_used' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91159:20: style: struct member 'sqlite3_api_routines::mutex_alloc' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91160:10: style: struct member 'sqlite3_api_routines::mutex_enter' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91161:10: style: struct member 'sqlite3_api_routines::mutex_free' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91162:10: style: struct member 'sqlite3_api_routines::mutex_leave' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91163:9: style: struct member 'sqlite3_api_routines::mutex_try' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91164:9: style: struct member 'sqlite3_api_routines::open_v2' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91165:9: style: struct member 'sqlite3_api_routines::release_memory' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91166:10: style: struct member 'sqlite3_api_routines::result_error_nomem' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91167:10: style: struct member 'sqlite3_api_routines::result_error_toobig' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91168:9: style: struct member 'sqlite3_api_routines::sleep' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91169:10: style: struct member 'sqlite3_api_routines::soft_heap_limit' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91170:18: style: struct member 'sqlite3_api_routines::vfs_find' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91171:9: style: struct member 'sqlite3_api_routines::vfs_register' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91172:9: style: struct member 'sqlite3_api_routines::vfs_unregister' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91173:9: style: struct member 'sqlite3_api_routines::xthreadsafe' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91174:10: style: struct member 'sqlite3_api_routines::result_zeroblob' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91175:10: style: struct member 'sqlite3_api_routines::result_error_code' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91176:9: style: struct member 'sqlite3_api_routines::test_control' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91177:10: style: struct member 'sqlite3_api_routines::randomness' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91178:14: style: struct member 'sqlite3_api_routines::context_db_handle' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91179:9: style: struct member 'sqlite3_api_routines::extended_result_codes' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91180:9: style: struct member 'sqlite3_api_routines::limit' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91181:19: style: struct member 'sqlite3_api_routines::next_stmt' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91182:17: style: struct member 'sqlite3_api_routines::sql' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91183:9: style: struct member 'sqlite3_api_routines::status' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91184:9: style: struct member 'sqlite3_api_routines::backup_finish' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91185:21: style: struct member 'sqlite3_api_routines::backup_init' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91186:9: style: struct member 'sqlite3_api_routines::backup_pagecount' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91187:9: style: struct member 'sqlite3_api_routines::backup_remaining' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91188:9: style: struct member 'sqlite3_api_routines::backup_step' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91189:17: style: struct member 'sqlite3_api_routines::compileoption_get' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91190:9: style: struct member 'sqlite3_api_routines::compileoption_used' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91191:9: style: struct member 'sqlite3_api_routines::create_function_v2' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91196:9: style: struct member 'sqlite3_api_routines::db_config' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91197:20: style: struct member 'sqlite3_api_routines::db_mutex' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91198:9: style: struct member 'sqlite3_api_routines::db_status' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91199:9: style: struct member 'sqlite3_api_routines::extended_errcode' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91200:10: style: struct member 'sqlite3_api_routines::log' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91201:19: style: struct member 'sqlite3_api_routines::soft_heap_limit64' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91202:17: style: struct member 'sqlite3_api_routines::sourceid' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91203:9: style: struct member 'sqlite3_api_routines::stmt_status' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91204:9: style: struct member 'sqlite3_api_routines::strnicmp' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91205:9: style: struct member 'sqlite3_api_routines::unlock_notify' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91206:9: style: struct member 'sqlite3_api_routines::wal_autocheckpoint' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91207:9: style: struct member 'sqlite3_api_routines::wal_checkpoint' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91208:11: style: struct member 'sqlite3_api_routines::wal_hook' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91209:9: style: struct member 'sqlite3_api_routines::blob_reopen' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91210:9: style: struct member 'sqlite3_api_routines::vtab_config' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:91211:9: style: struct member 'sqlite3_api_routines::vtab_on_conflict' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107848:24: style: struct member 'AttachKey::type' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107848:37: style: struct member 'AttachKey::key' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:107986:7: style: union member 'YYMINORTYPE::yyinit' is never used. [unusedStructMember] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20978:7: style: Variable 'c' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:20983:7: style: Variable 'c' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57963:15: style: Variable 'pgszSrc' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:57964:16: style: Variable 'pgszDest' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:61456:13: style: Variable 'zMaster' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:95947:11: style: Variable 'v' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:95948:14: style: Variable 'iLimit' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:100137:15: style: Variable 'pWhen' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/zlib_compress.cpp:49:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pokerth-1.1.2/tests/httpput.c:37:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] pokerth-1.1.2/tests/httpput.c:60:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] pokerth-1.1.2/tests/httpput.c:37:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] pokerth-1.1.2/tests/httpput.c:50:9: style: Variable 'file' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/tests/httpput.c:51:9: style: Variable 'url' can be declared as pointer to const [constVariablePointer] pokerth-1.1.2/tests/httpput.c:97:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2459:10: warning: Null pointer dereference: zLine [ctunullpointer] pokerth-1.1.2/src/third_party/sqlite3/shell.c:2517:9: note: Assuming that condition 'zLine' is not redundant pokerth-1.1.2/src/third_party/sqlite3/shell.c:2527:31: note: Calling function _is_command_terminator, 1st argument is null pokerth-1.1.2/src/third_party/sqlite3/shell.c:2459:10: note: Dereferencing argument zLine that is null DONE